{% extends "WebProfilerBundle:Profiler:layout.html.twig" %} {% block toolbar %} {% if collector.callCount == 0 %} {% set color = 'grey' %} {% elseif collector.errorCount > 0 %} {% set color = 'red' %} {% else %} {% set color = 'green' %} {% endif %} {% set icon %} {{ include("@Guzzle/Icons/logo.svg.twig") }} {% endset %} {% set text %}
{% endset %} {% include "WebProfilerBundle:Profiler:toolbar_item.html.twig" with { "link": profiler_url } %} {% endblock %} {% block menu %} {{ include("@Guzzle/Icons/logo.svg.twig") }} Guzzle {{ collector.callCount }} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block panel %}