{% extends "authentic2/authenticators/authenticator_common.html" %} {% load i18n gadjo %} {% block appbar %} {{ block.super }} {% if object.has_valid_configuration and not object.protected %} {{ 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 model in object.related_models %} {% endfor %} {% block extra-tab-buttons %} {% endblock %}
    {% for line in object.get_full_description %}
  • {{ line }}
  • {% endfor %}
{% for model, objects in object.related_models.items %} {% endfor %} {% block extra-tab-list %} {% endblock %}
{% endblock %}