{% load static %}
{% load i18n %}
{% for file in folder_files %}
{{ file.label }}
{% if instance.show_file_size %}
({{ file.size|filesizeformat }})
{% endif %}
{% if not forloop.last %}
{% endif %}
{% empty %}
{% trans "No files were found in the specified folder." %}
{% endfor %}