{% if data %}
File Name | Extension | Date | {% if config.add_complete_column and active_page == 'failed' %}Completed | {% endif %}Size | {% if config.add_max_percent_column and config.write_namer_failed_log and active_page == 'failed' %}Percentage | {% endif %} {% if active_page == 'failed' %}{% endif %} |
---|---|---|---|---|---|---|
{{ file['name'] }} | {{ file['ext'] }} | {{ file['update_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M:%S') }} | {% if config.add_complete_column and active_page == 'failed' %}{{ file['log_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M:%S') }} | {% endif %}{{ 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 %} {% if active_page == 'failed' %}{% include 'render/fileActions.html' %} | {% endif %}