{% if data %}
File Name | Extension | Date | {% if config.add_complete_column and active_page == 'failed' %}Completed | {% endif %}Size | {% if config.add_columns_from_log and config.write_namer_failed_log and active_page == 'failed' %}Percentage | PHash | OSHash | {% 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_columns_from_log and config.write_namer_failed_log and active_page == 'failed' %}{{ '%.1f'|format(file['percentage']) }}% | {{ file['phash'] }} | {{ file['oshash'] }} | {% endif %} {% if active_page == 'failed' %}{% include 'render/fileActions.html' %} | {% endif %}