{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %}
{% if collector.querycount > 0 %} {% endif %} {% endset %} {% set text %} {% spaceless %} {% endspaceless %} {% endset %} {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Doctrine {{ collector.querycount }} {{ '%0.0f'|format(collector.time * 1000) }} ms {% endblock %} {% block panel %}No queries.
{% else %}{{ query.sql }}