{% extends 'base.html' %} {% load static widget_tweaks %} {% load i18n %} {% block title %} Edit {{ user.username }}'s Profile {% endblock %} {% block content %} {% comment %} {% endcomment %}
{% if dataset.image %} image related to dataset {{ dataset.title }} }} {% else %} default image for dataset {{ dataset.title }} {% endif %}
{# ds Description Tab #} {# existing profile panel, refresh via ic js event #} {% if ds.id %}
{% else %}
{% endif %} Loading Metadata Form...
{# image upload modal #} {% endblock %}