{% extends 'base.html' %} {% block body %}
Setup TOTP
{% if methods %} {% for method in methods %} {% endfor %}
Name Registered On
{{ method.name }} {{ method.created }} Delete
{% else %} {% endif %} {% endblock %}