{{ _('Downloads & Resources') }}
{% block resource_list %}
{% block resource_list_inner %}
{% if (h.get_pkg_dict_extra(pkg, 'accessLevel') == 'non-public') %}
No file downloads are available because this is not a public dataset. See Access & Use Information for details.
{% elif not resources %}
No file downloads have been provided. The publisher may provide downloads in the future or they may be available from their other links.
{% else %}
{% for resource in resources %}
{% if resource %}
{% snippet 'package/snippets/resource_item.html', pkg=pkg, res=resource %}
{% endif %}
{% endfor %}
{% endif %}
{% snippet 'package/snippets/resource_extra_item.html', pkg=pkg %}
{% endblock %}
{% endblock %}
{% else %}
{{ _('Downloads & Resources') }}
{% if (h.get_pkg_dict_extra(pkg, 'accessLevel') == 'non-public') %}
No file downloads are available because this is not a public dataset. See Access & Use Information for details.
{% else %}
No file downloads have been provided. The publisher may provide downloads in the future or they may be available from their other links.
{% endif %}
{% endif %}