{% set i = 0 %}
{% for guild in guilds %}
{% set i = i + 1 %}
{{ guild.name }}{% if isAdmin %} - Delete this guild (for ADMIN only!){% endif %}
{% if guild.description is not empty %}
{{ guild.description }}
{% endif %}
{% endfor %}
{% else %}
Create Guild
Actually there is no guild on server.{% if logged %} Create first! Press button "Create Guild"{% endif %}
{% if logged %}
{% endif %}
{% endif %}
{% if logged %}
No guild found that suits your needs?
{% else %}
Before you can create a guild you must login.
{% 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 %}