{% 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 }} {% if view == "grid" or not view %}
{% for item in results %} {% endfor %}
{% endif %} {% if view == "list" %}
{% endif %} {{ navigation }} {% endif %}