{% extends "services/services_ctrl_base.html" %}
{% load i18n %}
{% block title %}
{{ service_name }}
{% endblock %}
{% block url %}
{{ service_url }}
{% 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 %}