{% extends 'base.html.twig' %} {% set bodyClass = 'documentation_document delete' %} {% set menuItem = 'documentation' %} {% block title %}{{ 'documentation.document.title.delete'|trans }} - {{ parent() }}{% endblock %} {% block body_head %}

{{ 'documentation.document.title.delete'|trans }}

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'documentation.document.breadcrumb.list'|trans, 'link': path('documentation_document_list') }, { 'name': 'documentation.document.breadcrumb.delete'|trans } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}
Souhaitez-vous vraiment supprimer {{ objects_length }} documents{{objects_length > 1 ? 's' : '' }} ?
{% endblock %}