{% extends '@InstallBois/index.html.twig' %} {% import "forms-macro/popup.html.twig" as popup %} {% block title %} INSTALL-BOIS {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% if is_granted('ROLE_DEMO') %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block page_content_start %} {{ parent() }}

Contactez-nous

{% endblock %} {% block page_content %}

Besoin de nous contacter ?

{% if not is_granted('ROLE_FABRICANT') and not is_granted('ROLE_REFERENT_FABRICANT') %}

Choisissez votre interlocuteur, nous vous répondrons rapidement.

{% endif %}
{% for key,card in cards %}
{{ key }}
{% endfor %}
{# {% if not is_granted('ROLE_DEMO') %}#}
Phone
Une question sur l'utilisation de nos services ? Nous restons à votre disposition au 09 72 54 16 79
{# {% else %}#} {#
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {# #} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# {% endif %}#}
{{ popup.simple('info','Merci pour votre message. Il a bien été transmis, nous vous répondrons rapidement. À bientôt') }} {% if is_granted('ROLE_DEMO') %} {{ include('tooltip/tooltip.html.twig') }} {% endif %} {% endblock %}