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

{{ title }}





{% 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]|replace("T", " ") }} {% else %} {{ " ".join(item[column]) if column in columns_list else item[column] }} {% endif %}
{% if allow_view %} {% for item in results %}
{% if thumbnails %}
{% endif %} {{ item["TITLE"] }}
by  {{ item["AUTHOR"] }}
{% endfor %} {% endif %}

{% endif %}