{% extends "multigtfs/base.html" %} {% block head_title %}{{ block.super }} - Zones{% endblock %} {% block page_title %}Zones{% endblock %} {% block page_top_content_elem %} A Zone is an area with the same fare rules. {% endblock %} {% block page_middle_content %} {% for zone in object_list %} {% if forloop.first %}{% endif %} {% empty %}

No zones yet.

{% endfor %} {% endblock %}