{% extends "services/services_ctrl_base.html" %} {% load i18n %} {% block title %} {{ service_name }} {% endblock %} {% block url %} {% if username != '' %} {{ service_url }} {% endif %} {% endblock %} {% block user %} {% include "services/service_username.html" with username=username %} {% endblock %} {% block controls %} {% if username == "" %} {% if urls.auth_activate %} {% endif %} {% else %} {% if urls.auth_set_password %} {% endif %} {% if urls.auth_reset_password %} {% endif %} {% if urls.auth_deactivate %} {% endif %} {% if connect_url %} {% endif %} {% endif %} {% if perms.mumble.view_connection_history %} History {% endif %} {% endblock %}