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

Stable Templates

{{ stable_templates | length }}
{% if stable_templates %}
{% for template in stable_templates %} {% endfor %}
Template Name Actions
{{ template }} Edit Preview
{% else %}

No stable templates found

{% endif %}

Draft Templates

{{ draft_templates | length }}
{% if draft_templates %}
{% for template in draft_templates %} {% endfor %}
Template Name Actions
{{ template }} Edit Preview
{% else %}

No draft templates yet

Edit a stable template to create a draft
{% endif %}

Template Format Keys

Use these placeholders in your ZPL templates to insert dynamic data:

{uid_barcode} - Barcode value
{alt_a} - Custom field A
{alt_b} - Custom field B
{alt_c} - Custom field C
{alt_d} - Custom field D
{alt_e} - Custom field E
{alt_f} - Custom field F
{rec_date} - Record date
{% endblock %}