{% extends "base.html" %} {% block title %}evidence — dossier{% endblock %} {% block content %}
Integrity and verification data from regista's signed event log. The UI renders verdicts from regista's replay — it does not recompute cryptographic results.
| when | transition | work item | actor | verified | principal | scheme |
|---|---|---|---|---|---|---|
| {{ format_timestamp(v.timestamp) }} | {{ v.transition or '—' }} | {{ v.work_item_id[:8] }}… | {{ v.actor_id }} | {% if v.verified %} verified {% else %} unverified {% endif %} | {{ v.principal_id or '—' }} | {{ v.scheme or '—' }} |