{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Schedule" %}{% endblock %} {% block main %} {% include 'scheduler/_calendar.html' %} {% endblock %}