| {{ drug.drug_number }} |
{{ drug.drug_name }} |
{% if show_drug_location %}
{% if drug.serial_number != 0 %}{{ drug.serial_number }}{% endif %} |
{% if drug.location != 0 %}{{ drug.location }} ({{ drug.dafe }}){% endif %} |
{% endif %}
{{ drug.new_demand_card_count }} |
{{ drug.refill_demand_card_count }} |
{{ drug.new_cycle_card_count }} |
{{ drug.refill_cycle_card_count }} |
{{ drug.prepack_card_count }} |
{% if show_prepack_printed %}
{{ drug.prepack_print_count }} |
{% endif %}
{{ drug.attempt_count }} |
{{ drug.card_count }} |
{{ drug.pill_count|floatformat }} |
{{ drug.print_count }} ({{ drug.bypass_pct|floatformat:"-2" }}%) |
{{ drug.cancel_count }} ({{ drug.cancel_pct|floatformat:"-2" }}%) |
{{ drug.ran_empty_count }} ({{ drug.ran_empty_pct|floatformat:"-2" }}%) |
{% if show_fill_warning %}
{{ drug.warn_count }} ({{ drug.warn_pct|floatformat:"-2" }}%) |
{% endif %}
{{ drug.error_count }} |
{{ drug.error_pct|floatformat:"-2" }}% |
{{ drug.undetected_count }} |
{{ drug.undetected_pct|floatformat:"-2" }}% |
${{ drug.total_cost|floatformat:"-2" }} |
{% endfor %}