{% extends 'base.html' %} {% load static widget_tweaks %} {% block title %} Edit {{ user.username }}'s Profile {% endblock %} {% block content %}
{% if user.image %} photo of {{ user.get_full_name }} {% else %} photo of {{ user_profile.name }} {% endif %}

Loading Profile...
{# user password modal #} {% include "project_modal.html" with modalid="userpasswordModal" target="userpasswordModal-target-span" modaltitle="Change password" %} {# image upload modal #} {# countries as tags #}

Research Interests by Country

Loading countries interests...
{# interests tags #}

Research Interests by Topic

Loading Interests...
{# user info modal #} {% include "project_modal.html" with modalid="userinfoModal" target="userinfoModal-target-span" modaltitle="Edit user information" %} {# new affiliations panel #} {% include "object_edit_panel.html" with oep=oep_affiliations %} {# new project panel #} {% include "object_edit_panel.html" with oep=oep_projects %} {# new publication panel #} {% include "object_edit_panel.html" with oep=oep_publications %}
{% endblock %}