{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %} {{pending_verification_list}}
{% if not has_verify_job %} {% if report_list|length > 0 %}

Scan Workorder ID on card to begin validation

 

{% if report_list|length == 1 %}

Showing the oldest order pending validation.

{% else %}

Showing {{report_list|length}} the oldest orders pending validation.

{% endif %}
{% include 'report-table-header.html' %} {% for order in report_list %} {% endfor %}
{{order.req_id}} {{order.receive_dts}} {{order.drug_number}} {{order.drug_name}} {{order.num_cards}} {{order.pills_per_package}}
{% else %}

No Workorders need validation at this time

{% endif %} {% else %} {% if blister_layout %}
Label Preview Image
{% 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 %} {% endif %}
{% if has_verify_job %} {% if job_ticket_id != 0 %}

Job Ticket

Job Ticket Preview Image
{%if req_id != 0%}
{% endif %} {% endif %}

Drug Info

Drug Name: {{drug_info.drug_name}} Drug Number: {{drug_info.drug_number}}
Shape: {{drug_info.shape}} Color: {{drug_info.color}} Imprint Front: {{drug_info.imprint_front}} Imprint Back: {{drug_info.imprint_back}} Hazardous Drug: {{drug_info.usp_800}}
{% endif %}
{% endblock %}