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

{{ original }}

{% endblock %} {% block content %} {% for e in linked %}
{% url e.link as changelist_url %}

{{ e.related_name }} ({{ e.field_name }}) | {{ e.count }} records {% if changelist_url %} goto {% endif %}

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

Empty Relationships

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