{% extends "admin/delete_confirmation.html" %} {% load i18n static get_page_list_from_object %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block breadcrumbs %} {% include "admin/filer/breadcrumbs.html" with instance=object breadcrumbs_action="Delete" %} {% endblock %} {% block content %} {{ block.super }}

{% trans 'Here are the pages where the objects are used:' %}

{% with files=object|get_page_list_from_object %} {% endwith %} {% endblock %}