{% extends 'base.html.twig' %} {% block body %}
{% if contenu is not empty and contenu.currentTranslation.title %}

{{contenu.currentTranslation.title|raw}}

{% else %}

{% trans %}menu.who_are_we{% endtrans %}

{% endif %}
{% if contenu is not empty and contenu.currentTranslation.description %} {{contenu.currentTranslation.description|raw}} {% else %} {% trans %}pageWhoWeAre.content_who_are_we{% endtrans %} {% endif %}
{% endblock %}