{% if data %} {% if config.add_complete_column and active_page == 'failed' %} {% endif %} {% if config.add_columns_from_log and config.write_namer_failed_log and active_page == 'failed' %} {% endif %} {% if active_page == 'failed' %} {% endif %} {% for file in data %} {% if config.add_complete_column and active_page == 'failed' %} {% endif %} {% if config.add_columns_from_log and config.write_namer_failed_log and active_page == 'failed' %} {% endif %} {% if active_page == 'failed' %} {% endif %} {% endfor %}
File NameExtensionDateCompletedSizePercentagePHashOSHash
{{ file['name'] }}{{ file['ext'] }}{{ file['update_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M:%S') }}{{ file['log_time']|timestamp_to_datetime|strftime('%d-%m-%Y %H:%M:%S') }}{{ file['size']|filesizeformat(binary=True) }}{{ '%.1f'|format(file['percentage']) }}%{{ file['phash'] }}{{ file['oshash'] }} {% include 'render/fileActions.html' %}
{% else %}
No files found
{% endif %}