To change a sex of character select player and choose a new sex.
Change sex cost {{ setting('core.account_change_character_sex_price') }} {{ setting('core.donate_column') == 'coins' ? 'coins' : 'premium points' }}. You have {{ points }} {{ setting('core.donate_column') == 'coins' ? 'coins' : 'premium points' }}.

{% set title = 'Change sex' %} {% set background = config('darkborder') %} {% set content %}
Character:
New Sex:
{% endset %} {% include 'tables.headline.html.twig' %}
{{ csrf() }} {{ include('buttons.submit.html.twig') }}
{{ csrf() }} {{ include('buttons.back.html.twig') }}