{% if patient_appointments %} {% for appointment in patient_appointments %}
{{ appointment.appointment_type }} {{ appointment.get_appointment_type_display }}
{{ appointment.authorization_number }} {% if appointment.actual_duration_minutes %}
{{ appointment.actual_duration_minutes }}{% endif %}
{% if appointment.priority == 1 %} Primary {% endif %}
{% endfor %} {% else %}

No emergency contacts

{% endif %}