{% extends "page.html" %} {% set range = result.range %} {% set table = result.table %} {% set columns = result.columns %} {% set rows = result.rows %} {% block styles %} {% endblock %} {% block content %}
Clear Filters
Append Row

{{ table.name }}

{% if page.tabs %} {% endif %}

Rows {{ range.start }}-{{ range.end }} of {{ range.total }}

{% endblock %} {% block scripts %} {% endblock %}