{% set rows = 0 %}
{{ hook(constant('HOOK_CHARACTERS_BEFORE_INFORMATIONS')) }} {% if canEdit %} Edit {% endif %} {% if config.characters.outfit %}
player outfit
{% endif %} {% set rows = rows + 1 %} {% set rows = rows + 1 %} {% if marriage_enabled %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.level %} {% set rows = rows + 1 %} {% endif %} {% if config.characters.experience %} {% set rows = rows + 1 %} {% endif %} {% if config.characters.magic_level %} {% set rows = rows + 1 %} {% endif %} {% if frags_enabled %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.balance %} {% set rows = rows + 1 %} {% endif %} {% if house.found %} {% set rows = rows + 1 %} {% endif %} {% if guild.rank is not null %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %} {% if config.characters.creation_date %} {% set rows = rows + 1 %} {% endif %} {% if comment is not null %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %}
Character Information
Name: {{ flag|raw }} {{ player.getName() }}{{ oldName }}
Sex: {{ sex }}
Marital status: {{ marital_status }}
Profession: {{ vocation }}
Level: {{ player.getLevel() }}
Experience: {{ player.getExperience() }}
Magic Level: {{ player.getMagLevel() }}
Frags: {{ frags_count }}
Residence: {{ town }}
Balance: {{ player.getBalance() }} Gold Coins.
House:
{{ house.name ~ house.town ~ house.add }}
Guild membership: {{ guild.rank }} of the {{ guild.link|raw }}
Last login: {% if player.getLastLogin() == 0 %}Never logged in.{% else %}{{ player.getLastLogin()|date("M d Y, H:i:s") }} CEST{% endif %}
Created: {{ player.getCreated()|date("M d Y, H:i:s") }} CEST
Comment: {{ comment|raw }}
Account Status: {% if account.isPremium() %}Premium Account{% else %}Free Account{% endif %}
{{ hook(constant('HOOK_CHARACTERS_AFTER_INFORMATIONS')) }}
{% if config.characters.skills %} {% endif %} {% if quests_enabled %} {% endif %} {% if config.characters.equipment %} {% endif %}
{% set i = 0 %} {% for skill in skills %} {% set i = i + 1 %} {% endfor %}
Skills
{{ skill.name }} {{ skill.value }}
{% set i = 0 %} {% for name, done in quests %} {% set i = i + 1 %} {% endfor %}
Quests
{{ name }}
Equipment
{{ equipment[2]|raw }}
{{ equipment[6]|raw }}
{{ equipment[9]|raw }}
{% if skull is not null %}{% endif %}
{{ equipment[1]|raw }}
{{ equipment[4]|raw }}
{{ equipment[7]|raw }}
{{ equipment[8]|raw }}
{{ equipment[3]|raw }}
{{ equipment[5]|raw }}
{{ equipment[10]|raw }}
{% if deaths|length > 0 %}
{% set i = 0 %} {% for death in deaths %} {% set i = i + 1 %} {% endfor %} {% endif %} {% if frags|length > 0 %}
Character Deaths
{{ death.time|date("j M Y, H:i") }} {{ death.description|raw }}
{% set i = 0 %} {% for frag in frags %} {% set i = i + 1 %} {% endfor %}
Victims
{{ frag.time|date("j M Y, H:i") }} {{ frag.description|raw }}({% if frag.unjustified %}Unjustified{% else %}Justified{% endif %})
{% endif %} {{ hook(constant('HOOK_CHARACTERS_BEFORE_SIGNATURE')) }} {% if config.signature_enabled %}
Signature
Signature for player {{ player.getName() }}
Show links
{% endif %} {{ hook(constant('HOOK_CHARACTERS_AFTER_SIGNATURE')) }} {% if not hidden %} {% set rows = 0 %}

{% set realName = account.getRLName() %} {% if realName is not empty %} {% set rows = rows + 1 %} {% endif %} {% set group = player.getGroup() %} {% if group.isLoaded() and group.getId() != 1 %} {% set rows = rows + 1 %} {% endif %} {% set realLocation = account.getLocation() %} {% if realLocation is not empty %} {% set rows = rows + 1 %} {% endif %} {% set rows = rows + 1 %}
Account Information
Real name: {{ realName }}
Position: {{ group.getName()|capitalize }}
Location: {{ realLocation }}
Created: {{ account.getCreated()|date("j F Y, g:i a") }} {% if bannedUntil matches '/^\\d+$/' or bannedUntil == '-1' %} [Banished {% if bannedUntil == '-1' %}forever{% else %}until {{ bannedUntil|date('d F Y, h:s') }}{% endif %}] {% else %} {{ bannedUntil|raw }} {% endif %}
{{ hook(constant('HOOK_CHARACTERS_AFTER_ACCOUNT')) }}

{% set i = 0 %} {% for player in account_players %} {% if not player.isHidden() %} {% set i = i + 1 %} {% endif %} {% endfor %}
Characters
Name Level Status  
{{ i }}. {{ player.getName() }}{% if player.isDeleted() %} [DELETED]{% endif %} {{ player.getLevel() }} {{ player.getVocationName() }} {% if player.isOnline() %}Online{% endif %}
{% endif %} {{ hook(constant('HOOK_CHARACTERS_AFTER_CHARACTERS')) }} {% if canEdit %} Edit {% endif %}


{{ search_form|raw }}