{% from 'macros/upload.html' import upload_collapsible %}
{% if uploads | length == 0 %} No uploads for this dataset or dataset part {% else %} {% for upload in uploads if upload.visible_to(current_account) %} {{ upload_collapsible(upload, config=config) }} {% endfor %}
{% endif %}