{% extends 'base.html' %} {% load scheduletags %} {% load staticfiles %} {% load static %} {% block content %}

On-Call Schedule: {{ calendar.name }}

Primary on-call engineer: {{ currently_oncall_1 }}
Fallback on-call engineer: {{ currently_oncall_2 }}
Current date: {{ current_date }} {{ local_timezone }}
New Event
{% prevnext "calendar_details" calendar.slug periods.month "F Y" %}
{% month_table calendar periods.month "regular" %}
{% endblock %}