{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Welcome, {{ user.username }}! 👋

Here's your ChatBot dashboard overview

Account Information

Username: {{ user.username }}

Email: {{ user.email }}

User ID: #{{ user.id }}

Last Login: {{ dashboard_data.last_login[:19] if dashboard_data.last_login != 'Unknown' else 'Unknown' }}

Change Password

Session Information

Session Status: Active

Session Type: {{ 'Persistent' if session.permanent else 'Temporary' }}

Expires: {{ dashboard_data.session_expires }}

{{ user.id }}
User ID

ChatBot Status

Your personal chatbot is ready to help you.

Status: Active

Total Users: {{ dashboard_data.total_users }}

Start Chat