Welcome, {{ user.username }}!
Here's a quick overview of your account.
{{ user.email }}
Account Status
{{ "Active" if user.is_active else "Inactive" }}
2-Factor Authentication
{{ "Enabled" if user.mfa_enabled else "Disabled" }}
Here's a quick overview of your account.
{{ user.email }}
{{ "Active" if user.is_active else "Inactive" }}
{{ "Enabled" if user.mfa_enabled else "Disabled" }}