{*
SPDX-FileCopyrightText: © 2021 Olivier Meunier {{ yield title() }}
{{ if .Token.IsDeleted -}}
{{- end }}
{{ gettext("Properties") }}
{{- yield icon(name="o-download") }} {{ gettext("Download as a text file") -}}
{{ gettext("You can use this token by passing it as an Authorization: Bearer HTTP header.")|raw }}
{{ gettext("Alternatively, you can use this token as a password for HTTP Basic Authentication.") }}
{{ gettext( `For example, if an application only accepts a username and password, you can provide this token as a password. The username is ignored and can be anything, including an empty value.` ) }}
{{ end }}