{% extends "authentic2/base-page.html" %} {% load i18n %} {% load trusted_device_helpers %} {% block breadcrumb %} {{ block.super }} {% trans "Your account" %} {{ view.title }} {% endblock %} {% block content %}
| {% trans "Name" %} | {% trans "Expiration" %} | {% trans "Used authentication methods" %} | {% trans "Actions" %} |
|---|---|---|---|
| {{ trusted_device.name }} | {{ trusted_device.expiration }} | {{ trusted_device.authenticators | join:", " }} | {% trans "Edit" %} / {% trans "Forget" %} |