{% extends 'front.html.twig' %} {% block title %} Contact CNFCE {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %}

Contact

{{ form_start(form,{'attr': {'role':'form','id': 'contactForm'}}) }} {% include '@App/Default/flashBag.html.twig' %}
{{ form_widget(form.name, { 'attr': {'class': '', 'placeholder': 'Nom *','name':'name','id':'name','required':true} }) }}
Looks good!
{{ form_widget(form.phone, { 'attr': {'class': '', 'placeholder': 'Phone *','name':'phone','id':'phone','required':true} }) }}
{{ form_widget(form.email, { 'attr': {'class': '', 'placeholder': 'Email *','name':'email','id':'email','required':true} }) }}
{{ form_widget(form.subject, { 'attr': {'class': '', 'placeholder': 'Sujet *','name':'subject','id':'subject','required':true} }) }}
{{ form_widget(form.message, { 'attr': {'class': '', 'placeholder': 'Message *','message':'content','id':'message','required':true} }) }}
{{ form_end(form) }}

Informations de contact

Location

Rue Ferjani Bel Haj Ammar, Cité El khadhra, 1003, Tunis, Tunisie

Téléphones

(+216) 71 809 881

(+216) 71 142 000

Email

contact@cnfce.org

tresoriere@cnfce.org

{#

Working Hours

Mon to Fri - 08:00 to 16:00

#}
{#
#} {% endblock %} {% block javascripts %} {{ parent() }} {# #} {#{% include '@FrontBundle/Default/assets.html.twig' %}#} {% endblock %}