| {{ replen.replenishment_date|date:"m/d/Y h:i:s A" }} |
{% if replen.instance.authority.authority_type == 'NDC' and show_ndc_dashes == True %}{{ replen.instance.authority.drug_number|slice:"0:5" }}-{{ replen.instance.authority.drug_number|slice:"5:9" }}-{{ replen.packaging.pack_code }}
{% else %}{{ replen.instance.authority.drug_number }}{% endif %} |
{{ replen.quantity }} |
{{ replen.lot }} |
{{ replen.lot_expiration }} |
{% if replen.user_replen.initials != 'UNK' %}{{ replen.user_replen.initials }}{% endif %} |
{% if replen.user_check.initials != 'UNK' %}{{ replen.user_check.initials }}{% endif %} |
{{ replen.empty_date|date:"m/d/Y h:i:s A" }} |
{% endfor %}