{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{{ title }} - PX 360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if schedule %}{% trans "Update on-call schedule settings" %}{% else %}{% trans "Create a new on-call schedule" %}{% endif %}