{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
📂

History Upload

{{ total_files|default(history|length) }} Files Upload
{% if history and history|length > 0 %}
{% for item in history %} {% endfor %}
# File Tanggal Status Manipulasi Original Aksi
{{ loop.index }}
{% if item.thumbnail %} Thumbnail {% else %} 📄 {% endif %}
{{ item.original_name or item.filename|truncate(25) }}
{{ item.upload_date }}
{{ item.upload_date }} {% if item.status == 'ORIGINAL' %}ORIGINAL {% elif item.status == 'FALSU' %}FALSU {% elif item.status == 'MERAGUKAN' %}MERAGUKAN {% else %}PENDING{% endif %} {{ "%.1f"|format(item.manipulation_percentage|default(0)) }}% {{ "%.1f"|format(item.authenticity_percentage|default(0)) }}%

Total: {{ history|length }} dokumen

{% else %}
📂

Belum ada upload

Upload dokumen untuk melihat riwayat.

Upload
{% endif %}
Kembali ke Menu