{% extends "aristotle_mdr/user/userHome.html" %} {% block title %}Profile{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='profile' %} {% endblock %} {% block page %}

Profile

{{ user.full_name }}

Personal Info Edit
Email {{ user.email }}
Display Name {{ user.short_name }}
Full Name {{ user.full_name }}
Organisations - You belong to the following Stewardship Organisations
{% for membership in user.stewardorganisationmembership_set.all %} {{membership.group}} {% endfor %}
Sessions
{% include 'aristotle_mdr/user/session_list.html' with object_list=sessions %}
{% endblock %}