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

{{ 'page.pres.title' | trans }} {{ 'page.pres.cnfce'| trans }}

{% if page!= null %} {% if app.request.locale == 'ar' %}

{{ page[0].content|raw }}

{% else %}

{{ page[0].content|raw }}

{% endif %}
{% else %} {# &Aucune dONNE#} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {# #} {% endblock %}