{% extends "admin/delete_selected_confirmation.html" %} {% load i18n admin_urls static admin_list %} {% block title %}{% trans "Soft delete confirmation" %}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if perms_lacking %}{% blocktranslate %}Deleting the selected {{ objects_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktranslate %}
{% blocktranslate %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktranslate %}
{% blocktrans %}This action can be undone by restoring the objects.{% endblocktrans %}
{% if deletable_objects %}