{% from 'macros/upload.html' import upload_collapsible %}
{% if items | length == 0 %} No uploads found :) {% else %} {% with swap_target="#upload-page" %} {% include 'includes/pagination-buttons.html' %} {% endwith %}
short hash title size created {% if review %}{% endif %}
{% for upload in items %} {{ upload_collapsible(upload, review=review, config=config) }} {% endfor %}
{% with swap_target="#upload-page" %} {% include 'includes/pagination-buttons.html' %} {% endwith %} {% endif %}