{% extends "form_template.html" %} {% block form_style %}delete_form_container{% endblock %} {% block components %}
Are you sure you want to delete the selected {{class_name}} '{{object}}' ? {% if depending_objects %} All of the following objects and its related items will be deleted : {% endif %}
{% if depending_objects %}
{% endif %} {% if m2m_links %}
Some links will be broken after deletion
{% endif %} {% if depending_objects %}
: Some checkboxes could be disabled because the object to delete is required by another object. To avoid the automatic deletion of depending objects, link them to another one.
{% endif %} {% include "form_submit_row.html" %} {% endblock %}