{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.dumpsCount %} {% set icon %} {{ source('@Debug/Profiler/icon.svg') }}
{% endset %} {% set text %} {% for dump in collector.getDumps('html') %} {% endfor %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} {% endif %} {% endblock %} {% block menu %} {{ source('@Debug/Profiler/icon.svg') }} Debug {% endblock %} {% block panel %}No content was dumped.