{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% if collector.authenticated %}
{{ collector.user }}
{% elseif collector.enabled %}
anon.
{% else %}
disabled
{% endif %}
{% endblock %}
{% block menu %}
Security
{% endblock %}
{% block panel %}
Username: {{ collector.user }}
Roles: {{ collector.roles|yaml_encode }}
No token
{% else %}The security component is disabled
{% endif %} {% endblock %}