{% extends 'base.html' %} {% load static widget_tweaks %} {% load i18n %} {% block title %} Edit {{ user.username }}'s Profile {% endblock %} {% block content %} {% comment %}
{% include 'data/edit/ic_dataset_edit_nav.html' with ds=ds type='description' load=True %}
{% comment %} {# comment list #} {% get_comment_list for ds as comment_list %} {% render_comment_list for ds %} {# comment form #}

Add a comment

{% render_comment_form for ds %}
{% endcomment %}
{% if ds.user == request.user %} {% endif %}
Loading Dataset Image...

{# ds Description Tab #} {% if ds.id %}
{% else %}
{% endif %} Loading Description Form...

{# countries as tags #}

Add country tags

Loading countries...
{# interests tags #} {% include "data/tag_add_control_loader.html" with object="keyword" %} {# language tags #} {% include "data/tag_add_control_loader.html" with object="language" %} {# methods_of_data_collection tags #} {% include "data/tag_add_control_loader.html" with object="methods_of_data_collection" %} {# methods_of_data_analysis tags #} {% include "data/tag_add_control_loader.html" with object="methods_of_data_analysis" %}
{# Publications tab #}
{# ds Tags Tab #}

Related Publications


{% include "object_edit_panel.html" with pec_title="Publications related to this Data Set" pec_type="publication" pec_edit_url="ddusers.ic_ds_publication_add" pec_list_url="ddusers.ic_get_ds_publications" pec_object_id=ds.id pec_outer_panel=True pec_add_text="Add new publication related to this data set..." %}
{# ds Metadata Tab #} {% if ds.id %}
{% else %}
{% endif %} Loading Metadata Form...
{# ds Files Tab #}

Edit Datafiles


{# new files panel #} {% include "object_edit_panel.html" with pec_title="Files" pec_type="ds-datafile" pec_outer_panel=False pec_edit_url="ddusers.ic_ds_datafile_add" pec_list_url="ddusers.ic_get_ds_datafiles" pec_object_id=ds.id pec_add_text="Add new data file..." %}

Edit License & Access Definitions


{# {% include "user/add_user_to_object_incl.html" with object=ds %} #} {% include 'user/add_user_to_object_incl.html' with div_id="dataset-users" input_id="dataset-user" objects_get=ds.get_users url_objects_all="ddusers.get_users_all" url_object_add="ddusers.tag_add" url_object_remove="ddusers.tag_remove" text="users" %}
{# ds Metadata Tab #} {% comment %} {% if ds.id %}
{% else %}
{% endif %} Loading Metadata Form...
{% endcomment %}
{# Modal for affiliations #} {% include "../project_modal.html" with modalid="datafileModal" target="datafileModal-target-span" modaltitle="Manage Datafiles" %}
{# image upload modal #} {# user info modal #} {% include "project_modal.html" with modalid="userinfoModal" target="userinfoModal-target-span" modaltitle="Edit user information" %} {% endblock %}