{% extends "aircox_web/page.html" %} {% load i18n aircox_web %} {% block title %} {% trans "Timetable" %} {% endblock %} {% block main %} {{ block.super }}

{% blocktrans %}From {{ start }} to {{ end }}{% endblocktrans %}

{% unique_id "timetable" as timetable_id %} {% with True as hide_schedule %} {% endwith %}
{% endblock %}