{% 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 %}
{{ model.description }}
{% include 'authentic2/authenticators/related_object_list.html' with object_list=objects model_name=model.model_name %}