{% 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' %}{{ '%.1f'|format(file['percentage']) }}% | {% endif %}{% include 'render/fileActions.html' %} |