{% block logolink %} {% endblock %} {% if is_granted('IS_AUTHENTICATED_FULLY') %}
{{ knp_menu_render('main', { 'template': '@DWGinger/menu/bootstrap_nav.html.twig', 'currentClass': 'active' }) }}
  • {{ app.user.username }}
    {% if is_granted('ROLE_PREVIOUS_ADMIN') %} Exit Switch {% endif %} {% if is_granted('ROLE_GINGER_INTEGRATION_ADMIN') %} Integrations
    {% endif %} {% if is_granted('ROLE_GINGER_API_DEVEL') %} Development
    {% endif %} {{ 'layout.logout'|trans }}
{% endif %}