{% if not engaged %}
User not Currently Working in Manual Prepack Zone.
Please Select Printer and if a PrePacker is being used and Press Engage
{% elif no_work %}
No Manual Prepack Work Pending at this Time.
{% else %}
{% if blister_layout %}
Viewing back of card, click to flip card.
Viewing front of card, click to flip card.
{% for blister in reversed_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 %}
{% 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 %}