{% extends "_base.html" %} {% block title %}Memory archive · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Memory archive{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

Archived memory entries live under memory/archive/<YYYY-MM>/ and are produced by the curator (urika memory curate --apply). This page is the dashboard analogue of urika memory archive.

{% if month %} Clear {% endif %} View diff →
{% if entries_by_month %} {% for month_key, month_entries in entries_by_month.items() %}

{{ month_key }}

{% endfor %} {% else %}

No archived entries{% if month %} for {{ month }}{% endif %}.

{% endif %} {% endblock %}