Active Guilds on {{ config.lua.serverName }}
{% if guilds|length > 0 %} {% set i = 0 %} {% for guild in guilds %} {% set i = i + 1 %} {% endfor %} {% else %} {% if logged %} {% endif %} {% endif %}
Logo Description  
{{ guild.name }}{% if isAdmin %} - Delete this guild (for ADMIN only!){% endif %} {% if guild.description is not empty %}
{{ guild.description }} {% endif %}
{{ include('buttons.view.html.twig') }}
Create Guild
Actually there is no guild on server.{% if logged %} Create first! Press button "Create Guild"{% endif %}
{% set button_name = 'Found Guild' %} {% set button_image = '_sbutton_foundguild' %} {% include('buttons.base.html.twig') %}

{% if logged %} No guild found that suits your needs? {% set button_name = 'Found Guild' %} {% set button_image = '_sbutton_foundguild' %} {% include('buttons.base.html.twig') %} {% else %} Before you can create a guild you must login.
{% include('buttons.login.html.twig') %} {% endif %}
{% if logged %}
If you have any problem with guilds try:
Cleanup players - can't join guild/be invited? Can't create guild? Try cleanup players.
Cleanup guilds - made guild, you are a leader, but you are not on players list? Cleanup guilds! {% endif %}