{% if is_granted('ROLE_GUEST') %}
{% endif %}
{% if not app.user %}
{# LINKS #}
{% endif %}
{% if app.user %}
{% if is_granted('ROLE_GUEST') %}
{% else %}
{% if license == 'pro' or license == 'business' %}
{% elseif license == 'free' %}
{% endif %}
{% endif %}
{% if is_granted('ROLE_GLOBAL_ADMIN') %}
Admin-Panel
{% endif %}
{% endif %}
{% if not app.user %}
{% endif %}
{% if app.user %}
{% if is_granted('IS_IMPERSONATOR') %}
Benutzer wechseln aufheben
{% endif %}
{% if is_granted('ROLE_GUEST') %}
{{ 'cta_logout' | trans }}
{% else %}
{% endif %}
{% endif %}
{% if not app.user %}
{% endif %}