{% extends "admin_extra_urls/action_page.html" %} {% block action-content %}

ContentTypes

{% if to_remove %}
{% csrf_token %} {% for ct, objs in to_remove.items %} {% endfor %}
App Model Linked records
{{ ct.app_label }} {{ ct.model }} {% for o in objs %}
{{ o }}
{% endfor %}
{% else %} No stale ContentTypes found {% endif %} {% endblock %}