{% 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_fulltitle }}

{% trans "Data Citation" %}

{{ ds.get_data_citation }}

{% trans "Files" %}

{% else %}

Dataset not found

{% endif %} {% if error_msg %}

{{ error_msg }}

{% endif %} {% endblock %}