{{ stats.total_memories }} {% if stats.memory_trend is defined %} {% if stats.memory_trend > 0 %}↑{% elif stats.memory_trend < 0 %}↓{% else %}→{% endif %} {% endif %} 记忆总数 {% if stats.memory_sparkline is defined %} {% endif %}
{{ stats.total_users }} {% if stats.user_trend is defined %} {% if stats.user_trend > 0 %}↑{% elif stats.user_trend < 0 %}↓{% else %}→{% endif %} {% endif %} 用户数
最近活动 记忆更新时间 {% for m in stats.recent_memories %} {{ m.summary[:60] }} {{ m.updated_at }} {% else %} 暂无活动记录 {% endfor %}