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

Profile

{% if user.profile.profilePicture %} Profile Picture {% else %} Profile Picture {% endif %}
Actions

{{ user.full_name }}

Personal Info Edit
Email {{ user.email }}
Display Name {{ user.short_name }}
Full Name {{ user.full_name }}
Sessions
{% include 'aristotle_mdr/user/session_list.html' with object_list=sessions %}
{% endblock %}