{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
{% if location_id and formulation_id and subject_identifier %}
Pharmacy home > {{ location|default:"Location" }} > Dispense to patient
{% else %}
Pharmacy home > {{ location|default:"Dispense to patient" }}
{% endif %}
{% if location_id and formulation_id and subject_identifier %}

{{ subject_identifier }}

{{ formulation }}

{% csrf_token %}
{% for i in item_count %}
{% endfor %}
{% else %}
Dispense from {{ location|default:"..." }}
{% csrf_token %}
{% endif %}
{% endblock main %}