{% extends "base.html" %} {% block content %} Profile {% if user %}{{ user.full_name or user.username }}{% else %}Sign in{% endif %} {% if user %}Manage your account and API keys.{% else %}Log in to manage your profile.{% endif %} {% if user %} Log out {% endif %} {% if user %} Profile Loading... API Keys Loading... Workspaces Loading... Team & Permissions Loading... Shared Folders Loading... Account Settings Loading... Activity Log Loading... Notifications Loading... {% elif auth_enabled %} Loading... {% else %} Authentication is disabled. Enable it in settings to manage your profile. {% endif %} {% endblock %}
Profile
{% if user %}Manage your account and API keys.{% else %}Log in to manage your profile.{% endif %}
Authentication is disabled. Enable it in settings to manage your profile.