{% if reports %}
{% for r in reports %} {% endfor %}
Key Grade Drift Contradiction Staleness Volatility
{{ r.key }} {{ r.grade }} {{ "%.2f"|format(r.drift_score) }} {{ "%.2f"|format(r.contradiction_score) }} {{ "%.2f"|format(r.staleness_score) }} {{ "%.2f"|format(r.volatility_score) }}
{% else %}
No drift reports found. Run: memorylens drift analyze
{% endif %}