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