{% extends "django_testproject/base.html" %} {% block content %}
Description | Created on | Last used on | Secret | |
---|---|---|---|---|
{{ token.description|default:"empty" }} | {{ token.created_on|date }} | {{ token.last_used_on|default_if_none:"Never" }} | delete this token |
There are no tokens associated with your account yet
{% endif %}You can create authentication tokens manually.
{% endblock %}