{#
Renders a list of resources with icons and view links.
resources - A list of resources (dicts) to render
pkg - A package dict that the resources belong to.
Example:
{% snippet "package/snippets/resources_list.html", pkg=pkg, resources=pkg.resources %}
#}
DATAPACKAGE VALIDDATAPACKAGE INVALID
{{ _('Data and Resources') }}
{% block resource_list %}
{% if resources %}
{% set can_edit = can_edit or h.check_access('package_update', {'id':pkg.id }) %}