{% extends "aircox/page.html" %} {% load i18n aircox %} {% block title %} {% with station.name as station %} {% blocktrans %}This week's shows... {% endblocktrans %} {% endwith %} {% endblock %} {% block subtitle %}
{% blocktrans %}From {{ start }} to {{ end }}{% endblocktrans %}
{% endblock %} {% block main %}{{ block.super }} {% with True as hide_schedule %}
{% unique_id "timetable" as timetable_id %}
{% endwith %} {% endblock %}