{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block toolbar %}
{% set profiler_markup_version = profiler_markup_version|default(1) %}
{% if profiler_markup_version == 1 %}
{% set icon %}
{% endset %}
{% set text %}
No commands were executed or the logger is disabled.
# | Time | Connection | Command |
---|---|---|---|
{{ loop.index }} | {{ '%0.2f'|format(command.executionMS) }} ms | {{ command.conn }} |
{{ command.cmd }}
{% if command.error %}
An error occured: {{ command.error }} {% endif %} |