{% extends "base.html" %} {% block title %}Attestation Created — FieldWitness{% endblock %} {% block content %}
Attestation created successfully! Image {{ filename }} has been attested and stored in the local log (index #{{ index }}).
Attestation Record
{{ record_id }}
{{ short_id }}
{{ attestor[:16] }}...
{{ timestamp }}
Image 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 %}