{% extends "support.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'report-table-header.html' %} {% for pillsig in report_list %} {% endfor %}
{{ pillsig.canister__serial_number }} {% if drugnum_type == 'NDC' %}{% if pillsig.instance__authority__drug_number|length > 8 %}{{ pillsig.instance__authority__drug_number|slice:"0:5" }}-{{ pillsig.instance__authority__drug_number|slice:"5:9" }}{% if pillsig.instance__authority__drug_number|length > 10 %}-{{ pillsig.instance__authority__drug_number|slice:"9:11" }}{% else %}-XX{% endif %}{% endif %} {% else %}{{ pillsig.instance__authority__drug_number }}{% endif %} {{ pillsig.instance__authority__pharmaceutical__drug_name__label_name }} {{ pillsig.instance__authority__pharmaceutical__strength__label_name }} {{ pillsig.instance__authority__pharmaceutical__unit__label_name }} {{ pillsig.instance__authority__pharmaceutical__form__label_name }} {{ pillsig.creation|date:"SHORT_DATETIME_FORMAT" }} {{ pillsig.dafe__display_name }} {{ pillsig.total_count }} {{ pillsig.good_count }} {{ pillsig.good_pct|floatformat }} {{ pillsig.warn_count }} {{ pillsig.warn_pct|floatformat }} {{ pillsig.undetected_count }} {{ pillsig.undetected_pct|floatformat }} {{ pillsig.protocol__description }} {{ pillsig.instance__max_per_blister }} {{ pillsig.width }} {{ pillsig.length }} {{ pillsig.area }} {{ pillsig.threshold_low }} {{ pillsig.threshold_high }} {% if pillsig.red_channel == True %}R {% endif %} {% if pillsig.green_channel == True %}G {% endif %} {% if pillsig.blue_channel == True %}B{% endif %} {{ pillsig.vib_min }} {{ pillsig.vib_max }} {{ pillsig.blister_index_delay }} {{ pillsig.blister_index_delay_multi }} {% if pillsig.vib_blister %}YES{% else %}NO{% endif %} {% if pillsig.vib_blister_multi %}YES{% else %}NO{% endif %} {% if pillsig.remove_dust %}YES{% else %}NO{% endif %} {{ pillsig.user_init }}
{% include 'pagenav.html' %}
{% csrf_token %}
Loading Instance Data...
{% endblock %}