{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set vars_count = collector.vars|length %} {% set icon %} Ladybug {{ vars_count }} {% endset %} {% set text %}
Dumps {{ vars_count }}
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': true } %} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block menu %} {% spaceless %} Dependency Injection Container {% endspaceless %} Ladybug {{ collector.vars|length }} {% endblock %} {% block panel %}

Ladybug

{% endblock %}