{% extends "base.html" %} {% load django_tables2 i18n %} {% block contenttitle %}

{% trans "Calendar" %}

{% endblock %} {% block content %} {% render_table table %} {% endblock %}