{% extends "base.html" %} {% block title %}Profile - OpenRouter Monitor{% endblock %} {% block content %}

User Profile

Account Information

Email: {{ user.email }}

Account Created: {{ user.created_at }}

Change Password

{% if password_message %} {% endif %}

Danger Zone

Once you delete your account, there is no going back. Please be certain.

{% endblock %}