{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Settings

{% if confirm_email %} {% endif %}


{% if tokens %}

Active Tokens

{% for token in tokens %} {% endfor %}
Type Created Expiration Delete
{{ token.type }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %} {% block entrypoint %} {% endblock %}