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

{{ 'page.index.qsn1'| trans }} {{ 'page.index.qsn2'| trans }} {{ 'page.index.qsn3'| trans }}

{#

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

#}
{% if page != null %} {% if app.request.locale == 'ar' %}
{#{% set text = page.content|slice(0, 1113) ~ '...

' %} {{ text|length > 50 ? text |raw }}#}

{{ page[0].content[:1143]|raw }}
{{ 'ensp'|trans }}

{% else %}
{#{% set text = page.content|slice(0, 1113) ~ '...

' %} {{ text|length > 50 ? text |raw }}#}

{{ page[0].content[:1143]|raw }}
{{ 'ensp'|trans }}

{% endif %}
{% else %}
{# {{ 'Aucun Donnée'| trans }}#}
{% endif %}

{% if app.request.locale =='ar' %} {{ 'page.idex.ev2'| trans }} {{ 'page.idex.ev1'| trans }} {% else %} {{ 'page.idex.ev1'| trans }} {{ 'page.idex.ev2'| trans }} {% endif %}

{% if events != null %} {% for event in events %}
{% if app.request.locale =='ar' %}

{{ event.title }}

{{ event.description|length > 100 ? event.description|slice(0, 100) ~ '...' : event.description }}

{% set locale = app.request.locale %} {{ 'ensp'|trans }}
{% else %}

{{ event.title }}

{{ event.description|length > 100 ? event.description|slice(0, 100) ~ '...' : event.description }}

{% set locale = app.request.locale %}
{% endif %}
{% endfor %} {% else %} {# {{ 'Aucun Donnée'| trans }}#} {% endif %}

{% if app.request.locale == 'ar' %} {{ 'page.index.new1'| trans }} {{ 'page.index.new2'| trans }} {% else %} {{ 'page.index.new1'| trans }} {{ 'page.index.new2'| trans }} {% endif %}

{#

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut#} {#labore et dolore magna aliqua.

#}
{% if news != null %} {% if app.request.locale == 'ar' %} {% for n in news %}
{% if n.gallerie | length <1 %} blog {% else %} {% for picture in n.gallerie %} {% if loop.index == 1 %} blog {% endif %} {% endfor %} {% endif %}

{{ n.title }}


{{ n.description[:200]|raw }}...

{{ 'ensp'|trans }}
{% endfor %} {% else %} {% for n in news %}
{% if n.gallerie | length <1 %} blog {% else %} {% for picture in n.gallerie %} {% if loop.index == 1 %} blog {% endif %} {% endfor %} {% endif %}

{{ n.title }}

{{ n.description[:200]|raw }}...

{% endfor %} {% endif %} {% else %} {# {{ 'Aucun Donnée'| trans }}#} {% endif %}
{#
#} {#
#} {#
#}
UTICA
MINA
Konrad AdenauenStiftung
ILO
GP
Ministre du femme et de la famille
FCEM
{#

Our Offices

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

{% for office in offices %}
team #}{#
#}{# #}{#
#}{# #}{#
#}{# #}{##}{# #}{##}{# #}{##}{# #}{##}{# #}{#
#}{# #}{#
#}{# #}{#
#}{#
{% endfor %}
#} {#
#} {% endblock %} {% block javascripts %} {{ parent() }} {##} {##} {# #} {# #} {##} {# #} {% endblock %}