Please choose a name{% if config.character_samples|length > 1 %}, vocation{% endif %} {% if config.character_towns|length > 1 %}, town{% endif %} and sex for your character.
In any case the name must not violate the naming conventions stated in the {{ config.lua.serverName }} Rules, or your character might get deleted or name locked. {% if account_logged.getPlayersList()|length >= config.characters_per_account %} You have maximum number of characters per account on your account. Delete one before you make new. {% endif %}

Create Character
Name Sex

{% if not save or errors.name is defined %}Please enter your character name.{% endif %}
{% set i = 0 %} {% for id, gender in config.genders|reverse(true) %} {% set i = i + 1 %}
{% endfor %}
{% if config.character_samples|length > 1 %} {% endif %}

Select your vocation:
{% for key, sample_char in config.character_samples %} {% endfor %}
{% endif %} {% if config.character_towns|length > 1 %}

Select your city:
{% for town_id in config.character_towns %} {% endfor %}

{{ include('buttons.submit.html.twig') }}
{{ include('buttons.back.html.twig') }}