{% extends "layout.html" %} {% block title %}Registration tokens{% endblock %} {% block content %} {% if current_user.is_authenticated %}
Token | Created | Valid for (minutes) | OTP only | |
---|---|---|---|---|
{{ token.created | ctime }} | {{ (token.max_age / 60) | int }} | {{ token.otp_only }} | Delete |
Register at: {{ baseurl }}