{% extends "token_authentication/token_authentication_layout.html" %} {% load crispy from crispy_forms_tags %} {% load bootstrap_icon from common_extras %} {% block title %} REST Authentication Tokens {% endblock title %} {% block heading %}
Token | Description | Created | Expires | Last Used | Actions |
---|---|---|---|---|---|
{{ token.fraction }}... | {{ token.description|default:"—" }} | {{ token.created_time }} | {{ token.expires|default_if_none:"Never" }} | {{ token.last_used|default_if_none:"Never" }} |