{% extends "admin_extra_buttons/action_page.html" %}{% load static %} {% block extrahead %} {{ block.super }} {# #} {# #} {% endblock extrahead %} {% block action-content %} {% for flex_field in original.fields.all %} {% endfor %} {% for fs in original.formsets.all %} {% endfor %} {% for fs in original.formsets.all %} {% endfor %} {% for fs in original.formset_set.all %} {% endfor %} {% for reg in original.registration_set.all %} {% endfor %}
Type Name Details
Field Change {{ flex_field.name }}
{{ flex_field.fqn }}
Formset (parent) {{ fs }} Main Form: {{ fs.flex_form }} Parent Form: {{ fs.parent }}
Parend Of {{ fs.flex_form }}
Child Of {{ fs.parent }} Formset: {{ fs }}
Registration {{ reg }}
{% endblock action-content %}