{% 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 }} {{ object }}

{% endblock %} {% block breadcrumb %} {% set breadcrumb = [ { 'name': 'documentation.document.breadcrumb.list'|trans, 'link': path('documentation_document_list') }, { 'name': 'documentation.document.breadcrumb.delete'|trans({ '%name%': object }) } ] %} {% include '_breadcrumb.html.twig' with {'breadcrumb': breadcrumb} %} {% endblock %} {% block body %}

{{ 'documentation.document.label.delete_confirm'|trans({ '%object%': object.name }) }}

{% endblock %}