{% extends "base.html" %} {% block title %}Profile - Adapt{% endblock %} {% block content %}
Manage your API keys and account settings.
API keys allow programmatic access to Adapt resources. Create keys for scripts, tools, or integrations.
Loading...
Username: {{ user.username }}
Superuser: {% if is_superuser %}Yes{% else %}No{% endif %}