{% extends "base.html" %} {% block title %}Memory — {{ role_name }} — InitRunner{% endblock %} {% block content %}

Memory

Export JSON
{# Clear confirmation modal #}
{% for m in memories %} {% endfor %} {% if not memories %} {% endif %}
Created Category Content
{{ m.created_at[:19] }} {{ m.category or "—" }} {{ m.content[:200] }}{% if m.content|length > 200 %}...{% endif %}
No memories stored
{% endblock %}