{% extends "base.htm" %} {% block content %} {% if user.is_authenticated %} {% if CurrentUserIsAdmin %}
Here you can configure your Murmur server in detail.
{% else %}Only admins of this server can use this feature.
{% endif %} {% else %}Only registered users can use this feature.
{% endif %} {% endblock %}