{% block body %}{% endblock %}
- Tableau de bord {% if is_granted('ROLE_USER') %}
- CONTENU … {% for item in app.user.defaultSite.items %}
- {{ item.name }} {% endfor %} {% endif %} {% if is_granted('ROLE_DEVELOPER') %}
- DEVELOPPEUR …
- Paramètres du site
- Objets
- Utilisateurs
- API Test {% endif %} {% if is_granted('ROLE_ACCOUNTANT') %}
- COMPTABILITÉ …
- Factures
- Configuration {% endif %}