{% extends "aircox/page.html" %} {% load i18n aircox %} {% 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 %}