{% set title = "Revue de votre requĂȘte" %} {% set hasReCaptcha = true %} {% extends 'Default/base-form.html.twig' %} {% import 'Admin/macros.html.twig' as adminMacros %} {% block content %}
{{include('Default/notice.html.twig')}}
{% if type is defined %} {% include type ~ '/record.html.twig' with {'item':item, 'public':true} %} {% endif %}
{% endblock %}