{% extends "base.html" %} {% block title %}Archive - {% if current_project == all_projects_value %}All Projects{% else %}{{ current_project|display_name }}{% endif %} - CodeContext{% endblock %} {% block content %}
{{ m.fact }}
{% if m.files %}{{ f }}
{% endfor %}
No archived memories with reason "{{ reason_filter|replace('_', ' ') }}".
{% else %}No archived memories. Deleted memories will appear here.
{% endif %}