{% set route = app.request.attributes.get('_route') ?? '' %} {% set current_org = app.user.currentOrganization %} {% set switchable_orgs = viz_switchable_organizations() %} {% set membership_role = viz_current_membership_role() %}
Menu
{% if switchable_orgs is not empty %}
{% if current_org is not null %} {{ current_org.name|slice(0, 2)|upper }} {{ current_org.name }} {% else %} ? Choisir une organisation {% endif %}
{% for org in switchable_orgs %} {% if current_org is not null and org.id == current_org.id %} {{ org.name }} {% else %}
{% endif %} {% endfor %} {% if is_granted('ROLE_SUPERADMIN') %} Gérer les organisations… {% endif %}
{% endif %}
Principal
Tableau de bord Comptes {% if is_granted('DELEGATABLE_ADMIN_TRANSACTIONS') %} Transactions {% else %} Transactions {% endif %} {% if is_granted('DELEGATABLE_ADMIN_IMPORTS') %} Imports {% else %} Imports {% endif %}
Configuration
{% if is_granted('ORG_ADMIN') and current_org is not null %} Mon organisation Membres {% endif %} {% if is_granted('DELEGATABLE_ADMIN_TRANSACTIONS') %} Tags & catégories {% else %} Tags & catégories {% endif %}
{% if is_granted('ROLE_SUPERADMIN') %}
Administration
Droits par profil Organisations Plateformes de location
{% endif %}