{% for mem in memories %} {% if cross_project %} {{ mem.project }} {% endif %}
{{ mem.content[:150] }}{% if mem.content|length > 150 %}…{% endif %}
{% if mem.content|length > 150 %}
{{ mem.content }}
{% endif %} {{ mem.source[:60] }}{% if mem.source|length > 60 %}...{% endif %} {% for tag in mem.tags %} {{ tag }} {% endfor %} {{ mem.chunk_type }} {% if mem.superseded_by %} superseded {% endif %} {% if mem.stale and not mem.last_accessed_at %} never accessed {% elif mem.stale %} stale {% endif %} {{ mem.created_at[:10] if mem.created_at else "" }} {% else %} No memories found. {% endfor %} {{ total }} memories