{% extends "base.html" %} {% block title %}Attestation Created — FieldWitness{% endblock %} {% block content %}
Attestation created successfully! File {{ filename }} has been attested and stored in the local log (index #{{ index }}).
{% if not is_image %}
This file is attested by cryptographic hash. Perceptual matching (pHash, dHash) is available for image files only.
{% endif %}
Attestation Record
{{ record_id }}
{{ short_id }}
{{ attestor[:16] }}...
{{ timestamp }}
File Hashes
{{ sha256 }}
{% if phash %}
{{ phash }}
{% endif %} {% if dhash %}
{{ dhash }}
{% endif %}
{% if caption or location_name %}
Metadata
{% if caption %}
{{ caption }}
{% endif %} {% if location_name %}
{{ location_name }}
{% endif %}
{% endif %}
{% endblock %}