{% extends "authentic2/authenticators/authenticator_common.html" %} {% load i18n gadjo %} {% block breadcrumb %} {{ block.super }} {% trans "Authenticators" %} {% endblock %} {% block content %}
{% csrf_token %}

{% blocktrans %}Do you want to delete "{{ object }}" ?{% endblocktrans %}

{% trans 'Cancel' %}
{% endblock %}