{% extends "modern/base.html" %} {% block title %}Templates - Zebra Day{% endblock %} {% block content %}

Template Inventory

{{ template_names | length }}
{% if template_names %}
{% for template_name in template_names %} {% endfor %}
Name Action
{{ template_name }}
{% else %}

No templates stored in TapDB yet.

{% endif %}

Label Profiles

{{ label_profiles | length }}
{% if label_profiles %}
{% for profile in label_profiles %} {% endfor %}
Profile Template
{{ profile.profile_name }} {{ profile.template_name or "unbound" }}
{% else %}

No label profiles stored in TapDB yet.

{% endif %}

Edit Template

This editor writes directly to TapDB through the same API contract used by downstream Python clients.

{% endblock %} {% block extra_scripts %} {% endblock %}