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

{{ title }}

{% if schedule %}{% trans "Update on-call schedule settings" %}{% else %}{% trans "Create a new on-call schedule" %}{% endif %}

{% csrf_token %}

{% trans "Schedule Scope" %}

{% trans "Leave empty for system-wide configuration, or select a specific hospital." %}

{% trans "Working Hours Configuration" %}

{% with working_days=schedule.get_working_days_list|default:"0,1,2,3,4"|slice:":" %} {% endwith %}

{% trans "Select the days that are considered working days. Outside these days, only on-call admins will be notified." %}

{% trans "How it works" %}

{% trans "During working hours, ALL PX Admins are notified of new complaints via email only. Outside working hours (after work end time, before work start time, or on non-working days), only the on-call admins assigned to this schedule will be notified via BOTH email and SMS." %}

{% trans "Cancel" %}
{% endblock %}