{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.commandCount > 0 %} {% set profiler_markup_version = profiler_markup_version|default(1) %} {% set icon %} {% if profiler_markup_version == 1 %} Mongo {{ collector.commandCount }} {% else %} {{ include('@DoctrineMongoDB/Collector/icon.svg') }} {{ collector.commandCount }} {% endif %} {% endset %} {% set text %}
Database Commands {{ collector.commandCount }}
{% endset %} {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %} {% endif %} {% endblock %} {% block menu %} Mongo Doctrine MongoDB {{ collector.commandCount }} {% endblock %} {% block panel %}

Commands

{% if collector.commands is empty %}

No commands.

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