{% extends "dispensing-tools-container.html" %} {% block head %} {{ block.super }} {% endblock %} {% block sub-content %}
| 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 %}
|
{{ item.notes }} |
{% if item.alternative_ndcs %}
|
{{ item.good_count }} | {{ item.good_percent }} | {{ item.vib_min }} | {{ item.vib_max }} | {{ item.vib_match }} | {{ item.total_runs }} | {{ item.serial_number }} | {{ item.dafe }} |