{% extends "index.htm" %} {% block headtags %} {% endblock %} {% block Headline %} {{ ServerObject.rootName }} {% endblock %} {% block LeftColumn %} {% include "mumble/content.htm" %} {% endblock %} {% block Content %} {% if user.is_authenticated %}

Server registration

{% if Registered %} You are registered on this server.
{% else %} You do not have an account on this server.
{% endif %} {{ RegForm }}
{% else %}

You need to be logged in to be able to register an account.

{% endif %} {% if CurrentUserIsAdmin %}

Server administration

{{ AdminForm }}
{% endif %} {% endblock %} {% block HeadTag %} {% if CurrentUserIsAdmin %} {% endif %} {% endblock %}