{% extends "admin/base.html" %} {% load i18n admin_urls static %} {% block title %}{% trans "Soft delete confirmation" %}{% endblock %} {% block content_title %}
{% 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 with objects_name=objects_name %}Are you sure you want to soft delete the selected {{ objects_name }}? This action can be undone by restoring the objects.{% endblocktranslate %}