{% extends "dispensing-tools-container.html" %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}
{% for item in drug_exception_sig_list %} {% endfor %}
NDC Drug Name Exceptions Notes Alternative NDCs Good Good % Vib Min Vib Max Vib Matches Exception Total Runs Canister Dafe
{{ item.display_drug_number }} {{ item.drug_name }} {% if item.exceptions %}
    {% for exc in item.exceptions %}
  • {{ exc }}
  • {% endfor %}
{% endif %}
{{ item.notes }} {% if item.alternative_ndcs %}
    {% for ndc in item.alternative_ndcs %}
  • {{ ndc }}
  • {% endfor %}
{% endif %}
{{ item.good_count }} {{ item.good_percent }} {{ item.vib_min }} {{ item.vib_max }} {{ item.vib_match }} {{ item.total_runs }} {{ item.serial_number }} {{ item.dafe }}
{% endblock %}