{{ include('buttons.logout.html.twig') }}

{{ welcome_message|raw }}

{# if account dont have recovery key show hint #} {% if recovery_key is empty %}
Hint: You can register your account for increased protection. Click on "Register Account" and get your free recovery key today!
{{ include('buttons.register_account.html.twig') }}

{% endif %} {% if email_request %}
Note: A request has been submitted to change the email address of this account to {{ email_new }}. After {{ email_new_time|date("j F Y, G:i:s") }} you can accept the new email address and finish the process. Please cancel the request if you do not want your email address to be changed! Also cancel the request if you have no access to the new email address!
{{ include('buttons.edit.html.twig') }}


{% endif %} {{ hook('HOOK_ACCOUNT_MANAGE_BEFORE_GENERAL_INFORMATION') }}
{% set title = 'General Information' %} {% set tableClass = 'Table3' %} {% set content %}
{% if not config.account_login_by_email or config.account_login_by_email_fallback %} {% endif %} {% autoescape false %} {% endautoescape %}
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}: {{ account }}
Email Address: {{ account_email }}{{ email_change|raw }}
Created: {{ account_created|date("j F Y, G:i:s") }}
Last Login: {{ "now"|date("j F Y, G:i:s") }}
Account Status: {{ account_status }}
Registered: {{ account_registered }}
{# show button "register account" #} {% if recovery_key is empty %} {% endif %}
{{ include('buttons.change_password.html.twig') }}
{{ include('buttons.change_email.html.twig') }}
{{ include('buttons.register_account.html.twig') }}
{% endset %} {% include 'tables.headline.html.twig' %}
{{ hook('HOOK_ACCOUNT_MANAGE_BEFORE_PUBLIC_INFORMATION') }}
{% set title = 'Public Information' %} {% set tableClass = 'Table5' %} {% set content %}
Real Name: {{ account_rlname }}
Location: {{ account_location }}
{{ include('buttons.edit.html.twig') }}
{% endset %} {% include 'tables.headline.html.twig' %}
{{ hook('HOOK_ACCOUNT_MANAGE_BEFORE_ACCOUNT_LOGS') }}
{% set title = 'Account logs' %} {% set tableClass = 'Table3' %} {% set content %}
{% autoescape false %} {% set i = 0 %} {% for action in actions %} {% set i = i + 1 %} {% endfor %} {% endautoescape %}
Action Date IP
{{ action.action }} {{ action.date|date("jS F Y H:i:s") }} {{ action.ip }}
{% endset %} {% include 'tables.headline.html.twig' %}
{{ hook('HOOK_ACCOUNT_MANAGE_BEFORE_CHARACTERS') }}
{% set title = 'Characters' %} {% set content %}
{% set i = 0 %} {% for player in players %} {% set i = i + 1 %} {% if player.isOnline() %} {% else %} {% endif %} {% endfor %}
Name Level Status  
{{ i }}. {{ player.getName() }}{% if player.isDeleted() %} [ DELETED ] {% endif %} {{ player.getLevel() }} {{ config.vocations[player.getVocation()] }} OnlineOffline{% if not player.isDeleted() %}[Edit]{% endif %}
{% if setting('core.account_change_character_name') %} {% endif %} {% if setting('core.account_change_character_sex') %} {% endif %}
{{ include('buttons.create_character.html.twig') }}
{{ include('buttons.change_name.html.twig') }}
{{ include('buttons.change_sex.html.twig') }}
{{ include('buttons.delete_character.html.twig') }}
{% endset %} {% include 'tables.headline.html.twig' %}