{% if app.user and is_granted('IS_AUTHENTICATED_FULLY') %}
{% if app.user and app.user.isAutorisateConge and current_menu is defined %} {{ include('squelette/infos_solde_personnel.html.twig') }} {% endif %}
{% endif %}
{#
{{app.request.locale}}
{% trans %} Français {% endtrans %}
{% trans %} Anglais {% endtrans %}
#} {% if app.user and is_granted('IS_AUTHENTICATED_FULLY') %}
{{app.user.fullName}}
{% trans %}Profil{% endtrans %}
{% trans %}Déconnexion{% endtrans %}
{% endif %}