{% extends base_template %} {% block tail_js %} {{ block.super }} {% endblock %} {% block content %}

{{ title }}

Created at {{ token.created_at|date:"Y-m-d H:i:s" }}
Enabled {% include "web/_check_icon.html" with value=token.enabled only %}
Comment {% if token.comment %} {{ token.comment }} {% else %} empty {% endif %}
Token key {{ token.key }}

Here is an example ~/.config/debusine/client/config.ini file:

{% include "web/user_token-config_snippet.html" with config_token=token.key %}
Token list {% endblock %}