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

Logs

{% if collector.logs %} {% else %}

No logs available.

{% endif %} {% endblock %}