{% extends "./base.html" %} {% load i18n static %} {% block content %}
{% include './on_map_popup.html' %}
{% include './top_bar.html' %} {% include './map_and_controls.html' %}
{% include './horizontal_tabs_menu.html' %}
{% include './agency_section.html' %} {% include './shapes_section.html' %} {% include './stops_section.html' %} {% include './routes_section.html' %} {% include './trips_section.html' %} {% include './stop_times_section.html' %} {% include './calendar_section.html' %} {% include './scheme_section.html' %}
{% endblock %} {% block customjs %} {% endblock %}