{% extends "multigtfs/base.html" %} {% load staticfiles %} {% block head_title %}{{ block.super }} - Shape {{object}}{% endblock %} {% block head_extra %} {% if object.geometry %} {% endif %} {% endblock %} {% block page_title %}Shape {{object}}{% 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 %} {% if object.geometry %}
{% else %}This shape does not have a populated geometry. A shape must have at least 2 ShapePoints, and update_geometry() must be run on the shape.
{% endif %}