{% ckan_extends %} {% block resource_item_title %} {% asset 'feedback/feedback-tooltip-css' %} {{ h.resource_display_name(res) | truncate(50) }}{{ h.get_translated(res, 'format') }} {{ h.popular('views', res.tracking_summary.total, min=10) if res.tracking_summary }}
{% if h.is_enabled_downloads() %}
{{ h.get_resource_downloads(res.id) }}
{{ _('Downloads') }}
{% endif %} {% if h.is_enabled_utilizations() %}
{{ h.get_resource_utilizations(res.id) }}
{{ _('Utilizations') }}
{% endif %} {% if h.is_enabled_resources() %}
{{ h.get_resource_comments(res.id) }}
{{ _('Comments') }}
{{ h.get_resource_rating(res.id)|round(1) }}
{{ _('Rating') }}
{% endif %} {% if h.is_enabled_utilizations() %}
{{ h.get_resource_issue_resolutions(res.id) }}
{{ _('Issue Resolutions') }}
{% endif %} {% endblock %} {% block resource_item_explore %} {% if not url_is_edit %} {% endif %} {% endblock %}