{% extends "base.html" %} {% block title %}minibot memory{% endblock %} {% block content %}

Key-value memory

{% if entries %}

{{ offset + 1 }}–{{ offset + entries | length }} of {{ total }} · owner {{ owner_id }}

{% if offset > 0 %}← newer{% endif %} {% if next_offset is not none %}older →{% endif %}

Delete ? This cannot be undone.

{% else %}

nothing stored yet

{% endif %}
{% endblock %} {% block scripts %} {% if entries %} {% endif %} {% endblock %}