{% extends "admin_extra_buttons/action_page.html" %}{% load static smart %} {% block content_title %}

{{ original }}

{% endblock %} {% block content %} {% for e in reverse %} {# {% get_related original e as related %}#}

{{ e.related_name }} ({{ e.field_name }})

{% for row in e.data %} {% endfor %}
{{ row.pk }} {{ row }}
{% endfor %} {% endblock content %} {% block footer %} {% endblock %}