{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% if collector.counterrors %}
{% set icon %}
{% endset %}
{% set text %}
{{ collector.counterrors }}
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
{% endif %}
{% endblock %}
{% block menu %}
Logs
{% if collector.counterrors %}
{{ collector.counterrors }}
{% endif %}
{% endblock %}
{% block panel %}
No logs available.
{% endif %} {% endblock %}