{% extends "admin_extra_buttons/action_page.html" %}{% load static %} {% block extrahead %} {{ block.super }} {# #} {# #} {% endblock extrahead %} {% block action-content %} {% for c in original.flex_form.formsets.all %} {% endfor %} {% for c in original.flex_form.formsets.all %} {% endfor %} {% for flex_field in original.flex_form.fields.all %} {% endfor %} {% for fs in original.flex_form.formsets.all %} {% for flex_field in fs.flex_form.fields.all %} {% endfor %} {% endfor %}
Type Name Details
Registration {{ original }} Form: {{ original.flex_form }}
Form {{ original.flex_form }}
Form {{ c.flex_form }} Parent: {{ c.parent }} Formset: {{ c }}
Formset {{ c }} Form: {{ c.flex_form }} Parent: {{ c.parent }}
Field Change {{ flex_field.name }}
{{ flex_field.fqn }}
Form: {{ flex_field.flex_form.name }}
Field {{ flex_field.name }}
{{ flex_field.fqn }}
Form: {{ flex_field.flex_form.name }}
Fieldset: {{ fs.name }}
{% endblock action-content %}