{% extends 'base.html.twig' %} {% block title %}admin - CompanyInformation{% endblock %} {% block body %}
{% include '/management/top_menu.html.twig' %}
{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('warning') %}
{{ message }}
{% endfor %}
{% include '/management/Profil/vertical_menu.html.twig' %}
Interface

Gestion des notifications

Recevoir les notifications par mail
Mail pour les notifications

Langue et région

Choix de la langue
Français
Choix de la région
France
{% endblock %} {% block javascripts %} {% endblock %}