{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Two factor authentication{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Two factor authentication {% endblock %} {% block content %}

Two factor authentication

Set up a new two factor authentication device

Your devices

{% for device in object_list %} {% endfor %}
Name Last used
{{ device.name }} {{ device.modified }} Remove device
{% endblock %}