{% extends "admin/delete_confirmation.html" %} {% load i18n static %} {% load url from future %} {% block extrastyle %} {{ block.super }} {%endblock%} {% block breadcrumbs %}
{% endblock %} {% block content %}Are you sure you want to delete the {{model_label}} {{obj.title}} permanently?
{%if not obj.is_leaf%} {%with obj.get_descendants as descendants%}Warning! This {{model_label}} contains {{descendants|length}} other sub-{%ifequal descendants|length 1%}{{model_label}}{%else%}{{model_label_plural}}{%endifequal%}:
If you delete the {{model_label}} "{{obj.title}}", {{descendants|length|pluralize:"this,these"}} {%ifequal descendants|length 1%}{{model_label}}{%else%}{{model_label_plural}}{%endifequal%} will be deleted as well!