{% extends "base.html" %} {% block title %}MemoTrail — Dashboard{% endblock %} {% block content %}

Dashboard

Sessions

{{ stats.total_sessions }}

Messages

{{ stats.total_messages }}

Decisions

{{ stats.total_decisions }}

Chat Chunks

{{ stats.chat_chunks }}

Memory Notes

{{ stats.memory_notes }}

Entities

{{ stats.total_entities }}

{% endblock %}