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

{{ original }}

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

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

{% for row in e.data %} {# #} {% endfor %}
{{ row.pk }}{% get_admin_href row 'pk' %} {{ row }}
{% endfor %}

Empty Relationships

{% endblock content %} {% block footer %} {% endblock %}