{% extends "schedule/wide_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load boxes_tags %} {% load cache %} {% block head_title %}{% trans "Conference Schedule" %}{% endblock %} {% block page_title %} {% trans "Conference Schedule" %} {% endblock %} {% block page_content %}
{% box "schedule_top" %} {% for timetable in timetables %} {% cache 600 "schedule-table" timetable.day %}

{{ timetable.day.date }}

{% include "schedule/_grid.html" %} {% endcache %} {% endfor %} {% box "schedule_bottom" %}
{% endblock %}