{% extends "formly/design/survey_edit_base.html" %} {% load bootstrap %} {% block body %}

Modify Page

Edit the details for this page.

{% csrf_token %}
{{ form|bootstrap }}
Cancel Delete

Fields

{% for field in page.fields.all %} {% endfor %}
Label Type Help Required
Up Down {{ field.label }} {{ field.get_field_type_display }} {% if field.choices.exists %} {% for choice in field.choices.all %} {{ choice }} {% endfor %} {% endif %} {{ field.help_text }} {{ field.required }} Delete
Add Field {% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}