{% extends 'base/base.html' %} {% load i18n l10n admin_urls static %} {% load app_extras static %} {% block extra-css %} {% endblock extra-css %} {% block title %}详情 {{meta.title}}{% endblock %} {% block content-header %}
{% blocktrans %}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:{% endblocktrans %}
{% blocktrans %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktrans %}
{% blocktrans %}Are you sure you want to delete the selected {{ objects_name }}? All of the following objects and their related items will be deleted:{% endblocktrans %}
{% load i18n %}