{% extends "admin/base_site.html" %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}
{% if error %}

{{ error }}

{% endif %}
Clear

Prompt overlays (global + history)

{% csrf_token %} {% if query_string %}{% endif %} {% if can_delete and memories %}
{% endif %}
{% if can_delete and memories %} {% endif %} {% for item in memories %} {% if can_delete %} {% endif %} {% empty %} {% endfor %}
User Layer Kind Key Updated Value
{% if item.user %} {{ item.user.get_username }} {% elif item.user_id %} {{ item.user_id }} {% else %} — {% endif %} {% if item.layer == supervisor_layer %} {{ item.layer_display }} {% else %} {{ item.layer_display }} {% endif %} {{ item.kind|default:"—" }} {{ item.key }} {{ item.updated_at|default:item.created_at|default:"—" }} {{ item.preview }}
JSON
{{ item.value_json }}
{% if error %}No memories loaded.{% else %}No memories found.{% endif %}
{% if paginator.num_pages > 1 %}

{% if page_obj.has_previous %} Previous {% endif %} Page {{ page_obj.number }} of {{ paginator.num_pages }} ({{ paginator.count }} memories) {% if page_obj.has_next %} Next {% endif %}

{% endif %}
{% endblock %}