{{ query.duration_ms|floatformat:1 }} ms
{% if query.tables %}{{ query.tables|join:", " }}{% endif %}
{{ query.sql }}
{% if query.explain_plan_type %}
Plan: {{ query.explain_plan_type }}{% if query.explain_rows_examined %} — {{ query.explain_rows_examined }} rows examined{% endif %}
{% endif %} {% if query.explain_suggestion %}💡 {{ query.explain_suggestion }}
{% endif %} {% if query.explain_django_fix %}{{ query.explain_django_fix }}{% endif %}