{% extends "site.html" %} {% block head %} {{ block.super }} {% endblock %} {% block pagehead %} {% include 'pagehead.html' %} {% endblock %} {% block content %}
{% if prepack_cards|length == 0 %}

 

No Active Cycle Count

Press start to begin a new cycle count

{% if show_controls %}
Options:
{% endif %}
{% else %}
{% for card in prepack_cards %} {% endfor %}
Drug Drug # Last Adjusted Package Type Qty / Dose Day Supply Par Level Initial On Hand Current On Hand
{{ card.drug_name }} {{ card.drug_number }} {% if card.last_on_hand_adjustment_dts %} {{ card.last_on_hand_adjustment_dts|date:'m/d/Y h:iA' }} {% else %} N/A {% endif %} {{ card.prepack_type__package_type__description }} {{ card.prepack_type__qty_per_dose }} {{ card.prepack_type__day_supply }} {{ card.par_level }} {{ card.initial_on_hand }}
Notice: Value significantly larger than expected par level
{% endif %}
{% endblock %}