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

Copy this token now. It will not be shown again:

{{ crate::quasi::literal::html(token)|safe }}

Use it as the password (or in the URL) for {{ crate::quasi::literal::of(["git clone https://", token, "@makenot.work/owner/repo.git"])|safe }}

{% 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 %}