{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% block page_title %}{% translate "Services Management" %}{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block header_nav_brand %}{% translate "Available Services" %}{% endblock header_nav_brand %} {% block content %}
{% for svc in service_ctrls %} {{ svc }} {% endfor %}

{% translate "Legend" %}

{% translate "Click to activate the service for your user." %}

{% translate "Click to manually set your password." %}

{% translate "Click to randomly generate your password." %}

{% translate "Click to deactivate the service for your user" %}

{% translate "Some services provide different options. Hover over the buttons to see more." %}

{% endblock content %}