{% extends "base.html" %}
{% block css %}
{% endblock %}
{% block title %}Dataset: {{ name }}{% endblock %}
{% block content %}
{% if dataset %}
{% if dataset.title or dataset.label or dataset.altLabel %}
{{ dataset.title or dataset.label or dataset.altLabel }}
{% if dataset.title != dataset.altLabel and dataset.label != dataset.altLabel %}
({{ dataset.altLabel }})
{% endif %}
{% else %}
{{ name }}
{% endif %}
We appreciate your interest, but unfortunately, we don't have any additional information available for: {{ name }}. If you have other inquiries or need assistance with something else, please don't hesitate to get in touch with us.