{% include 'report-table-header.html' %} {% for replen in report_list %} {% if 'canister__map__position__tag' not in pdf_columns_removed %} {% endif %} {% if 'canister_qty' not in pdf_columns_removed %} {% endif %} {% if 'lot' not in pdf_columns_removed %} {% endif %} {% if 'lot_expiration' not in pdf_columns_removed %} {% endif %} {% if show_date_cleaned %} {% endif %} {% if show_beyond_use_date %} {% if 'replen_exp_date' not in pdf_columns_removed %} {% endif %} {% endif %} {% if two_step_replen == 'RPH' %} {% endif %} {% if 'empty_date' not in pdf_columns_removed %} {% endif %} {% endfor %}
{{ replen.serial_number }} {{ 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.location }}{{ replen.quantity }}{% if replen.canister_qty > 0 %}{{ replen.canister_qty }}{% endif %}{{ replen.lot }}{{ replen.lot_expiration|date:"m/Y" }}{{ replen.date_cleaned|date:"m/d/Y h:i A" }}{{ replen.replen_exp_date|date:"m/d/Y" }}{{ replen.beyond_use_date|date:"m/d/Y" }}{% if replen.tech_initials != 'UNK' %}{{ replen.tech_initials }}{% endif %} {% if replen.rph_initials != 'UNK' %}{{ replen.rph_initials }}{% endif %}{{ replen.verified_date|date:"m/d/Y h:i:s A" }}{{ replen.empty_date|date:"m/d/Y h:i:s A" }}