{% extends "base.html" %} {% block title %}knowledge — dossier{% endblock %} {% block content %}
{% if notes %}| title | author | state | verification | updated |
|---|---|---|---|---|
| {{ note.title }} | {{ note.actor_id }} | {{ note.state }} | {{ note.verification_status }} | {{ format_timestamp(note.updated_at) }} |