{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} Guzzle {{ collector.requests|length }} {% endset %} {% set text %}
HTTP Requests {{ collector.requests|length }}
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Guzzle {{ collector.requests|length }} {% endblock %} {% block panel %}

HTTP requests

{% if collector.requests|length == 0 %}

No requests sent.

{% else %} {% endif %} {% endblock %}