{% extends "index.htm" %} {% load mumble_extras %} {% load i18n %} {% block Headline %} {{ DBaseObject.name }} {% endblock %} {% block LeftColumn %} {{ DBaseObject|chanview:MumbleAccount }} {% endblock %} {% block Content %}
You need to be logged in to be able to register an account on this Mumble server.
{% endblocktrans %} {% endif %}
        {% blocktrans with DBaseObject.id as serverid %}
          You can upload an image that you would like to use as your user texture here.
        {% endblocktrans %}
	
	{% if MumbleAccount.hasTexture %}
          {% trans "Your current texture is" %}:
          
	{% else %}
	  {% trans "You don't currently have a texture set" %}.
	{% endif %}
	
        {% blocktrans with DBaseObject.id as serverid %}
          Hint: The texture image needs to be 600x60 in size. If you upload an image with
          a different size, it will be resized accordingly.
        {% endblocktrans %}