{% extends "multigtfs/base.html" %} {% block head_title %}{{ block.super }} - Shapes{% endblock %} {% block page_title %}Shapes{% endblock %} {% block page_top_content_elem %} A Shape is the path a vehicle travels, on the road or on a track. {% endblock %} {% block page_middle_content %} {% for shape in object_list %} {% if forloop.first %}{% endif %} {% empty %}

No shapes yet.

{% endfor %} {% endblock %}