{% extends "site_base.html" %} {% load i18n %} {% load cache %} {% load lca2018_tags %} {% load sitetree %} {% block head_title %}{{ schedule.section.name }} Schedule{% endblock %} {% block page_title %}{{ schedule.section.name }} Schedule{% endblock%} {% block content %} {% cache 600 "schedule-detail-table" schedule.section %} {% for timetable in days %}