{{ _('Resources') }} {{dataset.resources | length}}
{% if dataset.community_resources|length or 1 %} {{ _('See also: community resources') }} {% endif %}{{ type_label }} {{resources|length }}
{% endif %} {% for resource in resources[:max_resources] %} {% with expanded = "false" %} {% include theme('dataset/resource/card.html') %} {% endwith %} {% endfor %} {% if resources|length > max_resources %} {{ _('See the %(nb)d resources of type %(type)s', nb=resources|length, type=type_label) }}{{ _('No resources') }}
{% endfor %}{{ _('Actions') }}
Embed
{{ _('You can easily embed this dataset on your website by pasting this snippet in your html page.') }}
{{integrate_btn(dataset)}}