{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %}

Card {% if verify_task_id %}Verification {% endif %}Details: {{ title_id }}

{% endblock %} {% block content %} {% if ref_url == 'orders-dispensed' %} Back To 360 Orders Dispensed {% elif ref_url == 'fill-discrepancy' %} Back To 360 Fill Discrepancies {% else %} Back To Card Verification {% endif %}
{% if workorder.mfs_filled_by_user.id > 0 %}

Filled By: {{ workorder.mfs_filled_by_user.first_name }} {{ workorder.mfs_filled_by_user.last_name }}{% endif %}

{% csrf_token %}
{% if verify_task_id %} {% elif card_verified %}

Card Already Verified

{% else %}

Card Not Able to be Verified

{% endif %}
{% for itm in task_list %}
{% if verify_task_id %}   {% endif %}{{ itm.drug_name }} ({{ itm.drug_number }})   {{ itm.manufacturer }} / {{ itm.shape }} / {{ itm.color }} / {{ itm.imprint_front }} {{ itm.imprint_back }}
{% if itm.substitution_flag %}
SUBSTITUTED FOR: {{ itm.sub_drug_name }} ({{itm.sub_drug_number }})
{% endif %}
{{ itm.sig_text }}
{% if has_row_label %} {% if has_col_label %} {% endif %} {% for data in itm.fill_data %} {% if data.cup_id < max_rows %} {% endif %} {% endfor %} {% endif %} {% for data in itm.fill_data %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:max_rows %} {% if has_col_label %} {% if forloop.counter0 == 0 or forloop.counter0|divisibleby:max_rows %} {% endif %}{% endif %} {% endif %} {% if forloop.counter == max_rows or forloop.counter|divisibleby:max_rows %} {% endif %} {% endfor %}
   {{ data.row_label }}
{{ data.column_label }} 
{% if data.expected_qty %}{{ data.expected_qty|floatformat:"-1" }}{% endif %} {% if data.images %}{% for image in data.images %}   {% endfor %} {% else %}{% endif %}
{% endfor %}
Loading Card Drug Image...
{% endblock %}