{% extends "base.html" %} {% block title %}Dashboard - MemoryBot{% endblock %} {% block body %}
Here's an overview of your memory companions
Profiles
{{ profiles|length }}
Conversations
{{ total_conversations }}
Files
{{ total_files }}
{{ p.name }}
{% if p.relationship_type %}{{ p.relationship_type }}
{% endif %}{{ c.title }}
{{ recent_conv_profiles.get(c.id, '') }} · {{ c.updated_at.strftime('%b %d, %Y at %H:%M') if c.updated_at else '' }}
{% endfor %}