{% include 'report-table-header.html' %} {% for itm in report_list %} {% endfor %}
{{ itm.formatted_drugnum }} {% if itm.instance__id %}{{ itm.instance__authority__pharmaceutical__drug_name__label_name }} {{ itm.instance__authority__pharmaceutical__strength__label_name }} {{ itm.instance__authority__pharmaceutical__unit__label_name }} {{ itm.instance__authority__pharmaceutical__form__label_name }}{% endif %} {{ itm.action_dts|date:"m/d/Y h:i:s A" }} {% if itm.wo__wo_id %}{{ itm.wo__wo_id }}{% endif %} {% if itm.req %} {% if 'PREPACK' in itm.req__request_type__tag %} {{ itm.req }} {% else %} {{ itm.req }} {% endif %} {% endif %} {% if itm.package__tag != 'UNKNOWN' %}{{ itm.package__description }}{% endif %} {{ itm.doses_per_package }} {{ itm.pills_per_dose }} {{ itm.on_hand }} {% if itm.remove_from_wall %}Yes{% else %}No{% endif %} {{ itm.action_type__description }} {% if itm.action %}{{ itm.action }}{% endif %}