{% extends '@kohinos/common/layout.html.twig' %} {% form_theme form _self %} {% block captcha_widget %} {% if is_human %} - {% else %} {% apply spaceless %}
{% if reload %} {{ 'Renew'|trans({}, 'gregwar_captcha') }} {% endif %} {{ form_widget(form) }} {% endapply %} {% endif %} {% endblock %} {% block content %}
{% include '@kohinos/block/breadcrumb.html.twig' with {'label' : 'Contact'} %}
{{ 'Nous contacter'|trans }}
{{form_start(form)}} {{ form_row(form.nom) }} {{ form_row(form.email) }} {{ form_row(form.message) }} {{ form_row(form.captcha) }} {{ form_row(form.save) }} {{form_end(form)}}
{% endblock %}