{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} Mongo {{ collector.queryCount }} {% endset %} {% set text %}
DB Queries {{ collector.queryCount }}
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Mongo Doctrine MongoDB {{ collector.queryCount }} {% endblock %} {% block panel %}

Queries

{% if collector.queries is empty %}

No queries.

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