-
- {% for field in form.visible_fields %}
- {% if field.name == 'DELETE' and not form.instance.pk %}
-
- {% elif field.field.widget.input_type == 'checkbox' %}
- {% include 'cms/formfield_checkbox.html' with field=field counter=forloop.parentloop.counter0 %}
- {% else %}
- {% include 'cms/formfield.html' with field=field counter=forloop.parentloop.counter0 %}
- {% endif %}
- {% endfor %}
-
+
+
+
{% endif %}
+
{% endblock %}
{% block extrabody %}