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

Modify Page

Edit the details for this page.

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

Fields

{% for field in page.fields.all %} {% endfor %}
Label Type Help Required
{{ 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 %}