{% 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 %}
Logs
{% if collector.logs %}
{% for log in collector.logs %}
{{ log.message }} {% if log.context is defined and log.context is not empty %}
Context
: {{ log.context|yaml_encode }}
{% endif %}
{% endfor %}
{% else %}
No logs available.
{% endif %} {% endblock %}