{% extends 'WebProfilerBundle:Profiler:layout.twig.html' %}
{% block toolbar %}
{% if collector.authenticated %}
{{ collector.user }}
{% elseif collector.enabled %}
anon.
{% else %}
disabled
{% endif %}
{% endblock %}
{% block menu %}
Security
{% endblock %}
{% block panel %}