{% include 'report-table-header.html' %} {% for replen in report_list %} {% endfor %}
{{ replen.serial_number }} {% if replen.canister_transfer %}Transfer{% endif %} {{ replen.replenishment_date|date:"m/d/Y h:i:s A" }} {% if drugnum_type == 'NDC' and show_ndc_dashes == True %}{{ replen.formatted_drug_number }} {% else %}{{ replen.drug_number }}{% endif %} {{ replen.drug_name }} {{ replen.manufacturer }} {{ replen.color }} {{ replen.shape }} {{ replen.imprint_front }} {{ replen.imprint_back }} {{ replen.quantity }} {{ replen.lot }} {{ replen.lot_expiration|date:"m/Y" }} {% if replen.tech_initials != 'UNK' %}{{ replen.tech_initials }}{% endif %} {% if replen.rph_initials != 'UNK' %}{{ replen.rph_initials }}{% endif %} {{ replen.reject_date|date:"m/d/Y h:i:s A" }} {{ replen.reject_reason_description }} {{ replen.reject_notes }}