Account
Here is your information about your account!
{% if error!="changed" and error %}
Error on changing password:
{{error}}
{% elif error=="changed" %}
Your password has been changed.
Remember: we don't change your pterodactyl account password!
{% endif %}
Username:
{{user}}
Role:
{{"admin" if isAdmin else "user"}}