{% extends "base.htm" %} {% block content %} {% if user.is_authenticated %} {% if CurrentUserIsAdmin %}

Configure Mumble server

Here you can configure your Murmur server in detail.

{{ Adminform }}
{% else %}

Only admins of this server can use this feature.

{% endif %} {% else %}

Only registered users can use this feature.

{% endif %} {% endblock %}