{% extends "base.html" %} {% load static %} {% block title %}Auth Tokens ยท {{ site_title }}{% endblock %} {% block content %}
{% if messages %} {% endif %}

Auth Tokens

{% csrf_token %} {# margins display slightly different from the Add Token
{% csrf_token %} {% for auth_token in auth_tokens %} {% empty %} {% endfor %}
Auth Tokens
{{ auth_token.token }}
No Auth Tokens.
{% endblock %}