{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Hospitals" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Manage hospital locations and facilities" %}
| {% trans "Name" %} | {% trans "Code" %} | {% trans "City" %} | {% trans "Phone" %} | {% trans "Status" %} |
|---|---|---|---|---|
|
|
{{ hospital.code }} |
{{ hospital.city }}
|
{{ hospital.phone }}
|
{{ hospital.get_status_display }} |
|
{% trans "No hospitals found" %} {% trans "Add your first hospital to get started" %} {% trans "Add Hospital" %} |
||||