{% load i18n static %} {% trans "Select Hospital" %} - PX360
Al Hammadi Hospital

{% trans "Select Hospital" %}

{% trans "As a PX Admin, you must select a hospital to continue. You can change your selection later from the sidebar." %}

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% csrf_token %} {% if hospitals %}
{% for hospital in hospitals %} {% with hospital_id_str=hospital.id|stringformat:"s" %}

{{ hospital.name }}

{% if hospital_id_str == selected_hospital_id %} {% endif %}
{% if hospital.city %}

{{ hospital.city }}{% if hospital.country %}, {{ hospital.country }}{% endif %}

{% endif %}
{% endwith %} {% endfor %}
{% else %}

{% trans "No Hospitals Available" %}

{% trans "No hospitals found in the system. Please contact your administrator." %}

{% endif %} {% if hospitals %} {% endif %}

{% trans "You must select a hospital to access the system" %}