{% for query in queries %} {% endfor %}
 (ms) Action Context Query
{{ '%.4f'|format(query.duration * 1000) }} {% if query.signed_query %} SELECT
EXPLAIN
{% endif %}
{{ query.context }}
{{ query.sql }}