|
{{ col }}
{% if sort_col == loop.index0 %}{{ " ▲" if sort_dir == "asc" else " ▼" }}{% endif %}
|
{% endfor %}
|---|
| {% if cell is none %}NULL{% else %}{{ cell }}{% endif %} | {% endfor %}
{% if filters %}No rows match the current filter.{% else %}Query returned no rows.{% endif %}
{% endif %}