{% extends "authentic2/authenticators/authenticator_common.html" %} {% load i18n gadjo %} {% block appbar %} {{ block.super }} {% if not object.internal %} {% endif %} {% if object.has_valid_configuration and not object.internal %} {{ object.enabled|yesno:_("Disable,Enable") }} {% endif %} {% trans "Edit" %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {% if not object.has_valid_configuration %}
{% trans "This authenticator cannot be enabled because configuration is not complete." %}
{% endif %}
{% for line in object.get_full_description %}

{{ line }}

{% empty %}

{% trans 'Click "Edit" to change configuration.' %}

{% endfor %}
{% endblock %}