{% extends 'sites/template-' ~ site.template.id ~ '/base.html.twig' %} {% block title %}{{ site.name }} | {{ contact.seoTitle }}{% endblock %} {% block description %}{{ contact.seoDescription }}{% endblock %} {% block contactActive %}active{% endblock %} {% block body %} {% if site.home.mainPicture is defined and site.home.mainPicture is not null %}
{% else %}
{% endif %}

{{ site.contact.seoTitle }}

{% if success %}
Merci! Votre demande de prise de contact a bien été envoyée.
{% endif %}

Demande d'informations

{{ contact.presentation|raw|nl2br }}

{{ form_start(form) }}
{{ form_label(form.name) }} * {{ form_widget(form.name, {'attr':{'class':'form-control'}}) }}
{{ form_label(form.email) }} * {{ form_widget(form.email, {'attr':{'class':'form-control'}}) }}
{{ form_label(form.content) }} * {{ form_widget(form.content, {'attr':{'class':'form-control'}}) }}
{{ form_end(form) }}
{% if contact.city is defined and contact.city is not null %}

Adresse

{{ contact.name }}
{{ contact.postCode }} {{ contact.city }} {{ contact.country }}

{% endif %} {% if (contact.email is defined and contact.email is not null) or (contact.phone is defined and contact.phone is not null) %}

Téléphone & Email

Email: {{ contact.email }}
Téléphone: {{ contact.phone }}

{% endif %} {% if contact.openingTime is defined and contact.openingTime is not null %}

Horaires

{{ contact.openingTime|raw|nl2br }}

{% endif %} {% if site.hasOneSocialLink %}

Réseaux sociaux

{% endif %}
{% endblock %}