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

{{ 'aipd.mesure_protection.title.delete'|trans }} {{ object }}

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

{{ 'aipd.mesure_protection.label.delete_confirm'|trans({ '%object%': object }) }}

{% endblock %}