{% extends 'frontNEW.html.twig' %} {% block title %} {{ 'page.reg.title' | trans }} {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block css %} {# #} {% endblock %} {% block body %}

{{ 'page.reg.title2'|trans }}

{#
#} {#
#} {#
#} {#

{{ 'page.reg.title4'|trans }} {{ 'page.reg.title5'|trans }} {{ 'page.reg.title6'|trans }}

#} {#
#} {#
#} {#
#}
{% if presidents is defined and presidents != null %} {% for president in presidents %} {% set country = 'country.'~president.country %} {% endfor %} {% endif %}
{{'tab.t1' | trans}} {{'tab.t2' | trans}} {{'tab.t3' | trans}} {{'tab.t4' | trans}} {{'tab.t5' | trans}}
{{ president.name }} {{ president.surname }} {{ country | trans }} {{ president.fax }} {{ president.tel }} {{ president.email|replace({"#": "
"})|raw }}
{% endblock %} {% block javascripts %} {{ parent() }} {# #} {% if app.request.locale == 'ar' %} {% elseif app.request.locale == 'fr' %} {% elseif app.request.locale == 'en' %} {% endif %} {% endblock %}