Author: {{ dataset.author }}
Description: {{ dataset.description }}
{% if keyword_list %}Keywords: {% for keyword in keyword_list %} {{ keyword.keyword }}, {% endfor %}
{% endif %} {% if request.user == account.user %}{% extends "base_portal.html" %} {% load staticfiles %} {% block title %}{{ dataset.title }}{% endblock title %} {% block breadcrumbs %} / {{ account.user }} / {{ dataset.title }} {% endblock breadcrumbs %} {% block portal_content %}
Author: {{ dataset.author }}
Description: {{ dataset.description }}
{% if keyword_list %}Keywords: {% for keyword in keyword_list %} {{ keyword.keyword }}, {% endfor %}
{% endif %} {% if request.user == account.user %}