{% if let Some(token) = new_token %}

Copy this token now — it will not be shown again:

{{ token }}

Use it as the password (or in the URL) for git clone https://{{ token }}@makenot.work/owner/repo.git

{% endif %} {% if tokens.is_empty() %}

No access tokens.

{% else %} {% for t in tokens %} {% endfor %}
Name Scope Expires Last used
{{ t.name }} {{ t.scope }} {{ t.expires }} {{ t.last_used }}
{% endif %}