{% if data %}
File Name | Extension | Date | Size | {% if config.add_max_percent_column and config.write_namer_failed_log and active_page == 'failed' %}Percentage | {% endif %}|
---|---|---|---|---|---|
{{ file['name'] }} | {{ file['ext'] }} | {{ file['update_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M') }} | {{ file['size']|filesizeformat(binary=True) }} | {% if config.add_max_percent_column and config.write_namer_failed_log and active_page == 'failed' %}{{ file['percentage']|round(2) }}% | {% endif %}{% include 'render/fileActions.html' %} |