{{ get_theme_css()|safe }}

AuthTuna

Welcome, {{ user.username }}!

Here's a quick overview of your account.

Email

{{ user.get_email() }}

Account Status

{{ "Active" if user.is_active else "Inactive" }}

2-Factor Authentication

{{ "Enabled" if user.mfa_enabled else "Disabled" }}