{% extends base_template %} {% block tail_js %} {{ block.super }} {% endblock %} {% block content %}
| 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 |