+ My Account
+ {% if recovery_key is empty %}
+ Register Account
+ {% endif %}
+ {% for name, link in menus %}
+ {{ name }}
+ {% endfor %}
+ {% if config.account_change_character_name %}
+ Change Name
+ {% endif %}
+ {% if config.account_change_character_sex %}
+ Change Sex
+ {% endif %}
+ Logout
+
-
-{% endif %}
-
General Information
-
-
-
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}:
-
{{ account }}
-
-
-
Email Address:
-
{{ account_email ~ email_change }}
-
-
-
-
Created:
-
{{ account_created|date("j F Y, G:i:s") }}
-
-
-
Last Login:
-
{{ "now"|date("j F Y, G:i:s") }}
-
- {% autoescape false %}
-
-
Account Status:
-
{{ account_status }}
-
-
-
Registered:
-
{{ account_registered }}
-
- {% endautoescape %}
-
-
-
Public Information
-
-
-
Real name:
-
{{ account_rlname }}
-
-
-
Location:
-
{{ account_location }}
-
-
-
-
-
-
-
Action Log
-
-
-
Action
Date
IP
-
- {% autoescape false %}
- {% set i = 0 %}
- {% for action in actions %}
- {% set i = i + 1 %}
-
-
{{ action.action }}
-
{{ action.date|date("jS F Y H:i:s") }}
-
{{ action.ip }}
+
+
+ {% endif %}
+
+ {% if email_request %}
+
+ 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!
+
+
+
+
+
+
+ {% endif %}
+
General Information
+
+
+
Account {% if constant('USE_ACCOUNT_NAME') %}Name{% else %}Number{% endif %}:
+
{{ account }}
- {% endfor %}
- {% endautoescape %}
-
-
-
Character list: {{ players|length }} characters.
-
-
-
Name
Level
Vocation
Town
Last login
Status
Hide
Edit
-
- {% set i = 0 %}
- {% for player in players %}
- {% set i = i + 1 %}
-
+ {% endif %}
+ {% if config.account_change_character_sex %}
+
+
+
+
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/kathrine/account.change_name.html.twig b/templates/kathrine/account.change_name.html.twig
deleted file mode 100644
index 67b89b18..00000000
--- a/templates/kathrine/account.change_name.html.twig
+++ /dev/null
@@ -1,44 +0,0 @@
-To change a name of character select player and choose a new name.
-Change name cost {{ config.account_change_character_name_points }} premium points. You have {{ points }} premium points.