{% translate "Filters" %}
{% if sla_configs %}
{% if page_obj.has_other_pages %}
{% endif %}
{% else %}
{% endif %}
| {% translate "Hospital" %} | {% translate "Severity" %} | {% translate "Priority" %} | {% translate "SLA Hours" %} | {% translate "Warning Hours" %} | {% translate "Status" %} | {% translate "Actions" %} |
|---|---|---|---|---|---|---|
| {{ config.hospital.name }} | {{ config.get_severity_display }} | {{ config.get_priority_display }} | {{ config.sla_hours }}h | {{ config.warning_hours }}h | {% if config.is_active %} {% translate "Active" %} {% else %} {% translate "Inactive" %} {% endif %} |
{% translate "No SLA configurations found. Create your first configuration to get started." %}
{% translate "Create SLA Config" %}