{#
Renders a list of resources with icons and view links.
resources - A list of resources to render
pkg - A package object that the resources belong to.
Example:
{% snippet "package/snippets/resources_list.html", pkg=pkg, resources=pkg.resources %}
#}
{{ _('Data and Resources') }}
{% set user = c.user %}
{# Added by Francesco Mangiacrapa #10389 #}
{% if not user %}
To access the resources you must log in
{% endif %}
{# end #}
{% block resource_list %}
{% if resources %}