Track how memories evolve, detect contradictions and staleness.
{% for tab in [('entity', 'Entities'), ('session', 'Sessions'), ('topic', 'Topics')] %}
{{ tab[1] }}
{% endfor %}
Min grade:
{% for g in ['A', 'B', 'C', 'D', 'F'] %}
{{ g }}
{% endfor %}
{% if active_grade %}
clear
{% endif %}
{{ total }} total
{% if offset > 0 %}
← Prev
{% endif %}
{% if offset + limit < total %}
Next →
{% endif %}