{% with messages = get_flashed_messages() %}
{% if messages %}
{% if isAdministrator: %}
{% endif %}
{% if userObj.accountstatus == 2: %}
{% endif %}
{% if userObj.accountstatus == 3: %}
{% endif %}
{% if userObj.accountstatus == 4: %}
{% endif %}
{% for message in messages %}
{% endif %}
{% endwith %}
{{ message }}
{% endfor %}
{{userObj.username}}
Administrator
This account is temporarily banned
This account has been deleted
This account is GDPR deleted
Created: {{userObj.created}}
Last Online: {{userObj.lastonline}}
2FA Enabled: {{userObj.TOTPEnabled}}
Place Visits: {{TotalVisits}}
Last Online: {{userObj.lastonline}}
2FA Enabled: {{userObj.TOTPEnabled}}
Place Visits: {{TotalVisits}}
Economy
Robux: R${{UserEconomyObj.robux}}
Tickets: T${{UserEconomyObj.tix}}
Tickets: T${{UserEconomyObj.tix}}
{% if LastestUserBanObj != None: %}
{%endif%}
{% if LastLogin != None: %}
{%endif%}
{% if LinkedDiscordObj != None: %}
{%endif%}
{% if InviteKeyUsed != None: %}
{%endif%}
Ban Information
Ban Type: {{LastestUserBanObj.ban_type.name}}
Banned On: {{LastestUserBanObj.created_at}}
Expires On: {{LastestUserBanObj.expires_at}}
Reason: {{LastestUserBanObj.reason}}
Moderator Note: {{LastestUserBanObj.moderator_note}}
Banned By: {{LastestUserBanObj.author_userid}}
Banned On: {{LastestUserBanObj.created_at}}
Expires On: {{LastestUserBanObj.expires_at}}
Reason: {{LastestUserBanObj.reason}}
Moderator Note: {{LastestUserBanObj.moderator_note}}
Banned By: {{LastestUserBanObj.author_userid}}
Description
{% for line in DescriptionLines %}
{{line}}
{% endfor %}Latest Login
User-Agent: {{LastLogin.useragent}}
Login Timestamp: {{LastLogin.timestamp}}
Login Timestamp: {{LastLogin.timestamp}}
Discord Account
Discord ID: {{DiscordUserInfo.UserId}}
Username: {{DiscordUserInfo.Username}}
Discriminator: {{DiscordUserInfo.Discriminator}}
Linked On: {{LinkedDiscordObj.linked_on}}
Last Refresh: {{LinkedDiscordObj.last_updated}}
Username: {{DiscordUserInfo.Username}}
Discriminator: {{DiscordUserInfo.Discriminator}}
Linked On: {{LinkedDiscordObj.linked_on}}
Last Refresh: {{LinkedDiscordObj.last_updated}}
Invite Key Info
Invite Key: {{InviteKeyUsed.key}}
Creator: {% if InviteKeyUsed.created_by != None: %}{{InviteKeyUsed.creator.username}}{%else%}Unknown{%endif%}
Created At: {{InviteKeyUsed.created_at}}
Creator: {% if InviteKeyUsed.created_by != None: %}{{InviteKeyUsed.creator.username}}{%else%}Unknown{%endif%}
Created At: {{InviteKeyUsed.created_at}}