{% extends 'authentic2/authenticators/authenticator_detail.html' %} {% load i18n %} {% block content %} {% if not object.has_signing_key %}
{% trans "Signing key is missing. You need to set MELLON_PUBLIC_KEYS and MELLON_PRIVATE_KEY settings, otherwise assertions will not be signed." %}
{% endif %} {{ block.super }} {% endblock %} {% block extra-tab-buttons %} {% endblock %} {% block extra-tab-list %} {% endblock %}