{% comment %} {% extends 'base.html' %} {% endcomment %} {% load static widget_tweaks %} {% load i18n %} {% block content %} {% if user %} {% include 'data/ic_get_dataset_nav.html' with ds=ds type=type %} {# ds Files Tab #}
{{ ds.get_data_citation }}
Dataset not found
{% endif %} {% if error_msg %}{{ error_msg }}
{% endif %} {% endblock %}