| # | File | Tanggal | Status | Manipulasi | Original | Aksi |
|---|---|---|---|---|---|---|
| {{ loop.index }} |
{% if item.thumbnail %}
{{ 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 %} {% endif %}