{% extends "multigtfs/base.html" %} {% block head_title %}{{ block.super }} - Trips{% endblock %} {% block page_title %}Trips{% endblock %} {% block page_top_content_elem %} A Trip is a single run of a Route {% endblock %} {% block page_middle_content %} {% if route %}

Trips for Route {{route}}

{% elif service %}

Trips for Service {{service}}

{% elif shape %}

Trips for Shape {{shape}}

{% elif the_block %}

Trips for Block {{the_block}}

{% endif %} {% for trip in object_list %} {% if forloop.first %}{% endif %} {% empty %}

No trips yet.

{% endfor %} {% endblock %}