{% extends "index.htm" %} {% load mumble_extras %} {% block Headline %} {{ DBaseObject.name }} {% endblock %} {% block LeftColumn %} {{ DBaseObject|chanview:MumbleAccount }} {% endblock %} {% block Content %}
Welcome message {{ DBaseObject.motd|safe }}
{% 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 on this Mumble server.

{% endif %}
{% if Registered %}

User Texture

You can upload an image that you would like to use as your user texture here.
Your current texture is:
user texture
Hint: The texture image needs to be 600x60 in size. If you upload an image with a different size, it will be resized accordingly.

{{ TextureForm }}
{% endif %} {% if CurrentUserIsAdmin %}

Server administration

{{ AdminForm }}
{% endif %} {% for item in ChannelTable %} {% if item.is_player %}

Player {{ item.name }}

{% if item.mumbleuser and item.mumbleuser.owner %}

User {{ item.mumbleuser.owner.username|capfirst }}

{% endif %}
{% else %}

Channel {{ item.name }}

Connect {% if item.description %}
Channel description {{ item.description|safe }}
{% endif %}
{% endif %} {% endfor %} {% endblock %} {% block HeadTag %} {% endblock %}