{% extends "base.html" %} {% block title %}Attestation Log — FieldWitness{% endblock %} {% block content %}
| # | Short ID | Attestor | Timestamp | SHA-256 | Caption |
|---|---|---|---|---|---|
| {{ item.index }} | {{ item.record.short_id }} |
{{ item.record.attestor_fingerprint[:12] }}... |
{{ item.record.timestamp.strftime('%Y-%m-%d %H:%M') }} | {{ item.record.image_hashes.sha256[:16] }}... |
{{ item.record.metadata.get('caption', '') | truncate(40) }} |