{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Configuration - PX360{% endblock %} {% block content %}

{% trans "System Configuration" %}

{% trans "Manage system settings and configurations" %}

{% trans "SLA Configurations" %}

{{ sla_configs_count }} {% trans "active configs" %}

{% trans "Manage SLA Configs" %}

{% trans "Routing Rules" %}

{{ routing_rules_count }} {% trans "active rules" %}

{% trans "Manage Routing Rules" %}

{% trans "Hospitals" %}

{{ hospitals_count }} {% trans "active hospitals" %}

{% trans "Manage Hospitals" %}

{% trans "On-Call Schedules" %}

{{ oncall_schedules_count }} {% trans "active schedules" %}

{% trans "Manage On-Call" %}

{% trans "Call Records" %}

{{ call_records_count }} {% trans "records" %}

{% trans "Manage Call Records" %}
{% endblock %}