{% extends "dashboard/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title-page %}{{ profile.username}} | {% trans "Profile" %}{% endblock %} {% block content %}
Username: {{ profile.username }}
Organisation ID: {{ profile.profile.org_id|default:"-" }}
First name: {{ profile.first_name|default:"-" }}
Last name: {{ profile.last_name|default:"-" }}
Email address: {{ profile.email }}
{% if request.user == profile %}Use email address as Gravatar profile image: What's Gravatar?
Change password or language {% endif %}