{# expects: entries (list of dicts with datetime, size_h, display_path, href, comment, preview) #}
{% for e in entries %} {% endfor %}
Datetime (UTC) Size Path Comment Preview
{{ e.datetime }} {{ e.size_h }} {{ e.display_path }} {{ e.comment }} {% if e.preview == 'img' %}
show {{ e.display_path }}
{% elif e.preview == 'pdf' %}
show {{ e.href }}
{% else %} {% endif %}