{% extends "admin/base_site.html" %} {% block content %}

Remapping

{% for old, new in old2new.items %} {% endfor %}
OldNew
{{old}} {{new}}

Deactivating/Deleting:

{% endblock %}}