{% ckan_extends %} {% set url = h.url_for(controller='package', action='resource_read', id=pkg.name, resource_id=res.id) %}
  • {% block resource_item_title %} {{ h.resource_display_name(res) | truncate(50) }}{{ res.format }} {{ h.popular('views', res.tracking_summary.total, min=10) }} {% endblock %}

    {% if res.description %} {{ h.markdown_extract(res.description, extract_length=80) }} {% else %} {{ _('No description for this resource') }} {% endif %}

    {% block resource_item_explore %} {% endblock %}