{% extends "tlcc_auth/base_auth.html" %} {% load tlcc_auth %} {% block title %}Profile{% endblock %} {% block content %}
Username: {{ request.user.username }}
Email: {{ request.user.email }}
{% tlcc_auth_enabled "ENABLE_JWT" as jwt_enabled %} {% if jwt_enabled %} {% endif %} {% endblock %}