{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} elastica {% endset %} {% set text %} {{ collector.querycount }} {% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Elastica {{ collector.querycount }} {% endblock %} {% block panel %}

Queries

{% if not collector.queries %}

Query logging is disabled.

{% elseif not collector.querycount %}

No queries.

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