{% 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.get_short_description }}