{% extends 'base.html' %} {% block header %}
{%trans%}Personal access tokens allow third-party services to authenticate with our application on your behalf.{%endtrans%}
{%trans%}Your new personal access token is shown below. You may now use this token to make API requests.{%endtrans%}
{{ _("Token name") }} | {{ _("Created") }} | {{ _("Last used") }} | {{ _("Expires") }} | {{ _("Actions") }} |
---|---|---|---|---|
{{ access_token.name }} | {{ access_token.created_at}} | {% if access_token.last_used_at %} {{ access_token.last_used_at }} {% else %}{{ ("Never") }} {% endif %} | {% if access_token.expires_at %} {{ access_token.expires_at }} {% else %}{{ ("Never") }} {% endif %} |