{% extends "base.html" %} {% block title %}{{ note.title }} — knowledge — dossier{% endblock %} {% block content %}
{{ note.body }}
| transition | actor | timestamp | verified |
|---|---|---|---|
| {{ ev.transition or '—' }} | {{ actor_display(ev) }} | {{ format_timestamp(ev.timestamp) }} | {% if ev.transition == 'created' and verification.verified %} verified {% elif ev.transition == 'created' and not verification.verified %} unverified {% else %} — {% endif %} |