{% set title = 'Dénoncer un fait' %} {% set hasReCaptcha = true %} {% extends 'Default/base-form.html.twig' %} {% block content %}
{{include('Default/notice.html.twig')}}
{{form_start(form,{attr:{id:"denunciations"}})}}
{{form_rest(form)}}
{{form_end(form)}}
{% endblock %}