{% extends "base.html" %} {% block title %}{{ meta.get('name', 'Agent') }}{% endblock %} {% block content %}
Certificate and audit trail
| # | Time | Type | Summary | Signed | Batched | Anchored |
|---|---|---|---|---|---|---|
| {{ entry.sequence }} | {{ time_ago(entry.timestamp) }} | {{ action_label(entry.action_type) }} | {{ entry.action_summary }} | ✓ | {% if entry._batched %} ✓ {% else %} ⏳ {% endif %} | {% if entry._anchored %} ✓ {% elif entry._batched %} ⏳ {% else %} — {% endif %} |
No audit entries yet for this agent.