{% if not is_maintenance_mode["statut"] %} {% import "@AdminLTE/Macros/default.html.twig" as macro %} {% if app.user is not defined or adminlte_direct_include is defined %} {% set user = null %} {% set adminlte_userdetails = adminlte_user() %} {% if adminlte_userdetails is not null %} {% set user = adminlte_userdetails.user %} {% set links = adminlte_userdetails.links %} {% set showProfileLink = adminlte_userdetails.showProfileLink %} {% set showLogoutLink = adminlte_userdetails.showLogoutLink %} {% endif %} {% endif %} {% if app.user is defined and app.user is not null %} {# {{ dump(app.user) }}#}
Votre abonnement
{% if not is_granted('ROLE_ADMIN') %} {% if not app.session.get('degraded_mode') %} {% if is_granted('ROLE_REFERENT_FABRICANT') or is_granted('ROLE_FABRICANT') %} Espace fabricant {% else %} {{ app.session.get('labelProduct') }}, renouvellement le {{ app.session.get('serviceDateEnd') != null ? app.session.get('serviceDateEnd')|date('d/m/Y') : date('d/m/Y') }} {% endif %} {% else %} MODE DEGRADÉ {% endif %} {% else %} Admin {% endif %}
{% endif %} {% endif %}