{% extends 'base.html.twig' %}
{% block body %}
{% if access=="admin" or access=="modo" %}
Gestion des Utilisateurs
{% if appMasteridentity=="SQL" or not appSynchroPurgeUser %}
Ajouter
{% endif %}
{% endif %}
{% if auditUse and (access=="admin" or access=="audit") %}
Audit
{% endif %}