{% set table_short %}{{ table[:-1] }}{% endset %}

{{ title }}


{% if table == "submissions" %} {% endif %}

{% if results or params %} {% endif %} {% if results %}
{% for column in columns_results %} {% endfor %} {% if thumbnails %} {% endif %} {% for item in results %} {% for column in columns_results %} {% endfor %} {% if thumbnails %} {% endif %} {% endfor %}
{{ column }}
{% if column == "AUTHOR" %} {{ item[column] }} {% elif column == "DATE" %} {{ item[column].strftime("%Y-%m-%d") }} {{ item[column].strftime("%H:%M") }} {% else %} {{ " ".join(item[column]) if column in columns_list else item[column] }} {% endif %} {{ item[
{% if allow_view %} {% for item in results %}
{% if thumbnails %} {{ item[
{% endif %} {{ item["TITLE"] }}
by  {{ item["AUTHOR"] }}
{% endfor %} {% endif %}

{% endif %}