{% extends "services/services_ctrl_base.html" %} {% load i18n %} {% block title %} {{ service_name }} {% endblock %} {% block url %} {{ service_url }} {% endblock %} {% block active %} {% if username != '' %}Active{% else %}Disabled{% endif %} {% endblock %} {% block user %} 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 %} {% endif %} {% endblock %}