{% extends 'front.html.twig' %} {% block title %} {{ 'page.contact.title'|trans }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block body %}
{% if app.request.locale == 'ar' %}

{{ 'page.contact.title3'| trans }}

{% else %}

{{ 'page.contact.title3'| trans }}

{% endif %} {{ form_start(form,{'attr': {'role':'form','id': 'contactForm'}}) }} {% include '@App/Default/flashBag.html.twig' %}
{{ form_widget(form.name, { 'attr': {'class': '', 'placeholder': 'nomplaceholder'| trans,'name':'name','id':'name','required':true} }) }}
Looks good!
{{ form_widget(form.phone, { 'attr': {'class': '', 'placeholder': 'Telephone'| trans,'name':'phone','id':'phone','required':true} }) }}
{{ form_widget(form.email, { 'attr': {'class': '', 'placeholder': 'email'| trans,'name':'email','id':'email','required':true} }) }}
{{ form_widget(form.subject, { 'attr': {'class': '', 'placeholder': 'sujet'| trans,'name':'subject','id':'subject','required':true} }) }}
{{ form_widget(form.message, { 'attr': {'class': '', 'placeholder': 'message'| trans,'message':'content','id':'message','required':true} }) }} {% if app.request.locale == 'ar' %} {% else %} {% endif %}
{{ form_end(form) }}
{% if app.request.locale == 'ar' %}

{{ 'page.contact.title4'|trans }}

{{ 'page.contact.title5'|trans }}

{{ 'page.contact.title6'|trans }}

{{ 'title.ph'|trans }}

(+216) 71 809 881

(+216) 71 142 000

{{ 'title.em' |trans }}

contact@cnfce.org

tresoriere@cnfce.org

{% else %}

{{ 'page.contact.title4'|trans }}

{{ 'page.contact.title5'|trans }}

{{ 'page.contact.title6'|trans }}

{{ 'title.ph'|trans }}

(+216) 71 809 881

(+216) 71 142 000

{{ 'title.em' |trans }}

contact@cnfce.org

tresoriere@cnfce.org

{% endif %} {#

Working Hours

Mon to Fri - 08:00 to 16:00

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