{% load static %} {% block head %} {% endblock %} {% block loginbar %}
{% if user.is_authenticated %} Logged in as {% if user.trosnothuser %} {{ user.trosnothuser.nick }} {% else %} {{ user.username }} {% endif %} {% if perms.trosnoth.change_trosnothserversettings %} | configure server {% endif %} {% if perms.trosnoth.change_trosnothuser %} | manage players {% endif %} {% if perms.trosnoth.manage_arena %} | running games {% endif %} {% if perms.trosnoth.shutdown_server %} | shut down {% endif %} | log out {% else %} Log in {% endif %}
{% endblock %} {% block main %} {% endblock %} {% block footer %} {% endblock %}