{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.stacks|length > 0 %} {% set icon %} {{ include('@Httplug/Icon/httplug.svg') }}
{% endset %} {% set text %} {% endset %} {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url, 'status': collector.failedStacks|length ? 'red' : '' } %} {% endif %} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block menu %} {# This left-hand menu appears when using the full-screen profiler. #} {{ include('@Httplug/Icon/httplug.svg') }} Httplug {{ (collector.stacks|length - collector.failedStacks|length) ~ '/' ~ collector.stacks|length}} {% endblock %} {% block panel %}These messages are sent by client named "{{ client }}".
{% for stack in collector.clientRootStacks(client) %}No request were sent.