{% 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 %}

{{ site.contact.seoTitle }}

{{ site.contact.seoDescription }}

{{ site.contact.seoTitle }}

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

Demande d'informations

{{ contact.presentation }}

{{ 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 }}
Phone: {{ contact.phone }}

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

Horaires

{{ contact.openingTime }}

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

Réseaux sociaux

{% endif %}
{% endblock %}