{{ include('contents/header/admin_header.html.twig') }}
{{ include('contents/menu/menu_admin.html.twig') }}
Toggle navigation
{{ app.user.firstName ~' '~ app.user.lastName}}
My Profile
Change Password
Lock Screen
Log Out
{% block entete %} Bienvenue {% endblock %}
{% block body %} {% endblock %}
{{ include('contents/footer/admin_footer.html.twig') }}