{% if request.dosis_user.is_admin %} {% if label_format != None %}
Label Editor Label Tokens
{% endif %} {% endif %}
{% include 'label-preview.html' %}
{% if blister_layout %}
{% for blister in blister_layout %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:"4" %} {% endif %} {% if blister.cup_label == 0 %} {% else %} {% endif %} {% if forloop.counter == 4 or forloop.counter|divisibleby:"4" %} {% endif %} {% endfor %}
   {{ blister.cup_label }}
{% if blister.pill_qty > 0 %} {% with ''|center:blister.pill_qty as range %}{% for pill in range %} {% if forloop.counter0 == 0 %} {% endif %}{% endfor %}{% endwith %}{% else %} {% endif %}
{% endif %}