{% 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" }}, user ID {{ user.id }}

Access Token

Documentation

{{ user.active_organization.title }}
Your active organization
{% with user.get_pretty_role as role %} {% if role %} {% endif %} {% endwith %}
Your role{{ user.get_pretty_role }}
Annotations completed by you{{ user.active_organization_annotations.count }}
Projects contributed by you{{ user.active_organization_contributed_project_number }}
Organization ID{{ user.active_organization.id }}
Organization owner{{ user.active_organization.created_by }}
Organization created at{{ user.active_organization.created_at }}
Notifications
Email and other notifications
{% endblock %}