{% extends "base.html" %} {% block title %}Drift Dashboard — MemoryLens{% endblock %} {% block content %}

Memory Drift

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 %}
{% include "partials/drift_table.html" %}
{{ total }} total {% if offset > 0 %} ← Prev {% endif %} {% if offset + limit < total %} Next → {% endif %}
{% endblock %}