{% extends "multigtfs/base.html" %} {% block head_title %}{{ block.super }} - Stops{% endblock %} {% block page_title %}Stops{% endblock %} {% block page_top_content_elem %} A Stop is a stop or station in the schedule. {% endblock %} {% block page_middle_content %} {% for stop in object_list %} {% if forloop.first %}{% endif %} {% empty %}

No stops yet.

{% endfor %} {% endblock %}