{% extends "base.html" %} {% block content %}

{{ tr("Security Center") }}

{{ tr("Account Settings") }}

{{ tr("Your account is used to access wallet and order history. TTC provider credentials are managed by admin.") }}

{{ tr("Profile") }}

{{ tr("Username") }}: {{ user_row['username'] }}

{{ tr("Email") }}: {{ user_row['email'] }}

{{ tr("Role") }}: {{ tr('Admin') if user_row['is_admin'] == 1 else tr('Member') }}

{{ tr("Change Password") }}

{% endblock %}