{% extends "authentic2/authenticators/authenticator_common.html" %} {% load i18n gadjo %} {% block appbar %} {{ block.super }} {% trans "Add new authenticator" %} {% endblock %} {% block main %} {% for authenticator in object_list %}

{{ authenticator }} {% trans "Configure" %}

{% if authenticator.enabled and authenticator.get_short_description %}

{{ authenticator.get_short_description }}

{% endif %}
{% endfor %} {% endblock %}