{% set table_short %}{{ table[:-1] }}{% endset %} {{ title }} ยท {{ app }}
{{ title }}
Sort
View
{% if table == "submissions" %}
{% endif %}
{% if results %} {% set navigation %}
{{ offset + (results_total > 0) }}-{{ offset + results|length }} of {{ results_total }}
Page {{ page }} of {{ (results_total / limit)|round(0, 'ceil')|int }}
{% endset %} {{ navigation }}
{% for item in results %} {% endfor %}
{{ navigation }} {% endif %}