{# 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') }}

{% block resource_list %} {% if resources %} {% else %}

{# Comment out "add some" as action doesn't exist yet #} {% trans url=h.url_for(controller='package', action='new_resource', id=pkg.name) %}

This dataset has no data, why not add some? {% endtrans %}

{% endif %} {% endblock %}