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 %}
{% if depending_objects|length > 1 %}
delete all dependent objects
{% endif %}
{% for class,object,is_required,level in 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 %}