{% if data %} {% if config.add_max_percent_column and config.write_namer_failed_log and active_page == 'failed' %} {% endif %} {% for file in data %} {% if config.add_max_percent_column and config.write_namer_failed_log and active_page == 'failed' %} {% endif %} {% endfor %}
File NameExtensionDateSizePercentage
{{ file['name'] }}{{ file['ext'] }}{{ file['update_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M') }}{{ file['size']|filesizeformat(binary=True) }}{{ file['percentage']|round(2) }}% {% include 'render/fileActions.html' %}
{% else %}
No files found
{% endif %}