| {{ replen.canister__serial_number }} {% if replen.canister_transfer %}Transfer{% endif %} |
{{ replen.replenishment_date|date:"m/d/Y h:i:s A" }} |
{% if drugnum_type == 'NDC' %}{% if not show_ndc_dashes %}{{ replen.instance__authority__drug_number }}{{ replen.packaging__pack_code }}
{% else %}{{ replen.instance__authority__drug_number|slice:"0:5" }}-{{ replen.instance__authority__drug_number|slice:"5:9" }}-{{ replen.packaging__pack_code }}
{% endif %}{% else %}{{ replen.instance__authority__drug_number }}{% endif %} |
{{ replen.instance__authority__pharmaceutical__drug_name__label_name }}
{{ replen.instance__authority__pharmaceutical__strength__label_name }}
{{ replen.instance__authority__pharmaceutical__unit__label_name }}
{{ replen.instance__authority__pharmaceutical__form__label_name }} |
{% if show_distribution_number %}
{{ replen.instance__distribution_number }} |
{% endif %}
{{ replen.instance__manufacturer__name }} |
{{ replen.instance__color__name }} |
{{ replen.instance__shape__name }} |
{{ replen.instance__imprint_front }} |
{{ replen.instance__imprint_back }} |
{% if replen.canister__map__dafe__display_name %}{{ replen.canister__map__canister_position__tag }} ({{ replen.canister__map__dafe__display_name }}){% else %}Shelf{% endif %} |
{{ replen.quantity }} |
{{ replen.lot }} |
{% if replen_show_day %}
{% if replen_show_day_format == 'DD-MM-YYYY' %}
{{ replen.lot_expiration|date:"d/m/Y" }} |
{% elif replen_show_day_format == 'MM-DD-YYYY' %}
{{ replen.lot_expiration|date:"m/d/Y" }} |
{% elif replen_show_day_format == 'YYYY-MM-DD' %}
{{ replen.lot_expiration|date:"Y/m/d" }} |
{% endif %}
{% else %}
{{ replen.lot_expiration|date:"m/Y" }} |
{% endif %}
{% if replen.user_replen__initials != 'UNK' %}{{ replen.user_replen__initials }}{% endif %} |
|
{% endfor %}