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

{{ title }}

{% trans "Schedule" %}: {% if schedule.hospital %}{{ schedule.hospital.name }}{% else %}{% trans "System-wide" %}{% endif %}

{% csrf_token %} {% if not on_call_admin %}

{% trans "Select Admin" %}

{% if not available_admins %}

{% trans "All PX Admins are already assigned to this schedule." %}

{% endif %}
{% else %}

{% trans "Admin" %}

{{ on_call_admin.admin_user.first_name|first|default:on_call_admin.admin_user.email|first|upper }}

{{ on_call_admin.admin_user.get_full_name|default:on_call_admin.admin_user.email }}

{{ on_call_admin.admin_user.email }}

{% endif %}

{% trans "Active Period" %}

{% trans "Leave empty for immediate activation" %}

{% trans "Leave empty for permanent assignment" %}

{% trans "Notification Settings" %}

{% trans "Lower numbers = higher priority in notification order" %}

{% trans "Contact Preferences" %}

{% trans "Leave empty to use the user's profile phone number" %}

{% trans "When are on-call admins notified?" %}

{% trans "On-call admins are notified outside of working hours (as configured in the schedule) via BOTH email and SMS. During working hours, ALL PX Admins are notified via email only." %}

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