{# user password modal #}
{% include "project_modal.html" with modalid="userpasswordModal" target="userpasswordModal-target-span" modaltitle="Change password" %}
{# image upload modal #}
Upload new image
{% if user.image %}
{% else %}
{% endif %}
{# 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 %}