authentic/src/authentic2/apps/authenticators/templates/authentic2/authenticators/authenticator_common.html

12 lines
418 B
HTML

{% extends "authentic2/manager/base.html" %}
{% load i18n %}
{% block page-title %}{% if object %}{{ object }}{% else %}{% trans "Authenticators" %}{% endif %} | {{ block.super }}{% endblock %}
{% block title %}{{ block.super }} - {% trans "Authenticators" %}{% endblock %}
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'a2-manager-authenticators' %}">{% trans "Authenticators" %}</a>
{% endblock %}