{% extends 'front.html.twig' %} {% block title %} STEDIAM {% endblock %} {% block stytesheets %} {{ parent() }} {% endblock %} {% block slider %} {% include 'contents/slider/slider.html.twig' %} {% endblock %} {% block body %}

Revue Magrébine

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas odit unde dolor inventore autem quod vero incidunt labore sunt reprehenderit consectetur inventore autem quod vero incidunt
En savoir plus
project

Collége Endocrino

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas odit unde dolor inventore autem quod vero incidunt labore sunt reprehenderit consectetur inventore autem quod vero incidunt
En savoir plus
{# #} {#
#} {#
#} {# {% if apropos is null %}#} {#
#} {#
#} {#

Qui sommes nous ?

#} {#
Contenu...
#} {# #} {# En savoir plus #} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {# {% else %}#} {#
#} {#
#} {#

Qui sommes nous ?

#} {#
{{ apropos.description [:650]| raw }}...
#} {# #} {# En savoir plus #} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {# {% endif %}#} {#
#} {#
#}

Dernièrs Evénements

{% if events is null %}

Aucune donnée disponible

{% else %} {% for events in events %}

{{ events.title }}

{{ events.startDate |date('d/m/Y') }} - {{ events.endDate| date('d/m/Y') }} - {{ events.place }}
{{ events.description[:100] | raw }}...
{% endfor %} {% endif %}

Notre Bureau

{% if teams is null %}

Aucune donnée disponible

{% else %}

Dernières Actualités

{% if news is null %}

Aucune donnée disponible

{% else %} {% for news in news %}

{{ news.title }}

{{ news.description[:100] | raw }}...

En savoir plus
{% endfor %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}