{% extends "base_portal.html" %} {% load staticfiles %} {% block title %}{{ account.user }}{% endblock title %} {% block breadcrumbs %} / {{ account.user }} {% endblock breadcrumbs %} {% block portal_content %} {% if account.affiliation %}

{{ account.user }}'s affiliation: {{ account.affiliation }}


{% endif %}

Add New Dataset

Update Account

Remove Account


{% endblock portal_content %}