{% extends "multigtfs/base.html" %} {% block head_title %}{{ block.super }} - ShapePoints{% endblock %} {% block page_title %}ShapePoints{% endblock %} {% block page_top_content_elem %} A ShapePoint is a point of a shape {% endblock %} {% block page_middle_content %} {% if shape %}

ShapePoints for Shape {{shape}}

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

No shapepoints yet.

{% endfor %} {% endblock %}