{% extends 'contents/_base.html' %} {% load i18n static %} {% block title %}{% trans 'Schedule' %}{% endblock title %} {% block styles %} {{ block.super }} {% endblock styles %} {% block body_class %} schedule-page{% endblock body_class %} {% block content %}

{% block pagetitle %}{% trans 'Schedule' %}{% endblock pagetitle %}

{% block schedule %}
{{ schedule_html|safe }}
{% endblock schedule %}
{% block controls %}{% endblock controls %} {% endblock content %} {% block scripts %} {{ block.super }} {% endblock scripts %}