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

Attributes

shape
Shape {{object.shape}}
id
{{object.id}}
point
{{object.point}}
sequence
{{object.sequence}}
traveled
{{object.traveled}}
{% include "multigtfs/extra_data.html" %} {% endblock %} {% block body_script %} {% endblock %}