{{ row_count }} row(s){% if row_count != total_row_count %} (filtered from {{ total_row_count }}){% endif %} {% if row_count > page_size %} — page {{ (offset // page_size) + 1 }} of {{ ((row_count - 1) // page_size) + 1 }} {% endif %} {{ "%.1f"|format(elapsed_ms) }}ms
{% if columns %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ col }} {% if sort_col == loop.index0 %}{{ " ▲" if sort_dir == "asc" else " ▼" }}{% endif %}
{% if cell is none %}NULL{% else %}{{ cell }}{% endif %}
{% else %}

{% if filters %}No rows match the current filter.{% else %}Query returned no rows.{% endif %}

{% endif %}