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