{% extends "common/panel.html" %} {% block title %}{{title}}{% endblock %} {% block panel %} {% if form.media %} {{ form.media }} {% endif %}

{{title}}

{% if is_spatial %}

Step 1 of 2

Step 2 of 2

{% endif %} {% if form.is_multipart %}
{% else %} {% endif %} {% if json %} {% endif %}

Provide a name to identify your feature:

{% for field in form.visible_fields %}
{# Include the hidden fields in the form #} {% if forloop.first %} {% for hidden in form.hidden_fields %}
{{ hidden.errors }} {{ hidden }}
{% endfor %} {% endif %} {{ field.label_tag }} {{ field.errors }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %} {{ field }}
{% endfor %}

{% if is_spatial %}
{% endif %}
< Previous Next >
Cancel Submit
{% endblock %}