{% extends "admin_extra_buttons/action_page.html" %} {% block action-content %} {{ original }} {% for f in original.get_fields %} {% endfor %}
name type args
{{ f }} {{ f.field.name }}({{ f.base_type }}) {{ f.get_merged_attrs }}
{% endblock %}