{% extends "tlcc_auth/base_auth.html" %} {% load tlcc_auth %} {% block title %}Profile{% endblock %} {% block content %}

Profile

Username: {{ request.user.username }}

Email: {{ request.user.email }}

Sessions

{% tlcc_auth_enabled "ENABLE_JWT" as jwt_enabled %} {% if jwt_enabled %}

Tokens

{% endif %} {% endblock %}