{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}delete-result-modal{% endblock %} {% block modal_title %}Delete {{data.document}}{% if data.administration %}(s){% endif %}{% endblock %} {% block modal_body %}

The {{data.document}}{% if data.administration %}(s){% endif %} will be erased.

Are you sure you want to delete the {{data.document}}{% if data.administration %}(s){% endif %} ?

{% endblock %} {% block modal_footer %} {% endblock %}