{% 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] }} {% else %} {{ " ".join(item[column].split(",")) if column in columns_list else item[column] }} {% endif %}
{% if allow_view %} {% for i in range(0, results|length, 3) %} {% for j in range(3) %} {% if i+j < results|length %} {% endif %} {% endfor %} {% endfor %} {% endif %}
{% if thumbnails %}
{% endif %} {{ results[i+j]["TITLE"] }}
by  {{ results[i+j]["AUTHOR"] }}
{% if thumbnails %} {% endif %}

{% endif %}