{% block stylesheets %}{% endblock %}
MAPSI
Sites
Métiers
Processus
Activités
Applications
Systèmes
Collaborateurs
Objets Métier
`
Tiers
Ressources
Inscription
{% if not app.user %}
Connexion
{% else %}
Déconnexion
{% endif %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{{ app.user.username }}
{% endif %}
{% block header %} {% endblock %}
{% block body %} {% endblock %}
{% block javascripts %}{% endblock %}