{% extends 'base.html' %} {% block title %}Settings - Packs{% endblock %} {% block content %}
Tokens let non-browser clients (like a Fabric mod) access the API and download packs.
{% if tokens %}| Label | Token | Created | Last used | |
|---|---|---|---|---|
| {{ token.label }} | {{ token.token }} |
{{ token.created_at }} | {{ token.last_used|default:"never" }} |
No tokens yet.
{% endif %} {% endblock %}