{% for blister in blister_layout %}
{% if forloop.counter0 == 0 or forloop.counter0|divisibleby:"4" %}
{% endif %}
{% if blister.cup_label == 0 %}
{% else %}
{{ 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 %}
{% if forloop.counter == 4 or forloop.counter|divisibleby:"4" %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% if has_verify_job %}
{% if job_ticket_id != 0 %}