{% extends 'base.html' %} {% load static %} {% block head %} {% endblock %} {% block divider %} {% endblock %} {% block frontend_settings %} { breadcrumbs: [ { title: "Account & Settings" } ], } {% endblock %} {% block content %}
Account info
{% if user.avatar %} User photo {% endif %} {% if user.get_initials %} {{user.get_initials}} {% else %} {{user.username}} {% endif %}

Registered {{ user.date_joined|date:"M j, Y" }}

Access Token

Documentation

{% endblock %}