{% ckan_extends %} {% block resources_inner %} {% asset 'feedback/feedback-package-item-css' %} {% asset 'feedback/feedback-tooltip-css' %}
  • {% for resource in h.dict_list_reduce(package.resources, 'format') %} {{ resource }} {% endfor %} {% if h.is_enabled_downloads() %}
    {{ h.get_package_downloads(package.id) }}
    {{ _('Downloads') }}
    {% endif %}
  • {% if h.is_enabled_utilizations() %}
    {{ h.get_package_utilizations(package.id) }}
    {{ _('Utilizations') }}
    {% endif %}
  • {% if h.is_enabled_resources() %}
    {{ h.get_package_comments(package.id) }}
    {{ _('Comments') }}
    {% endif %}
  • {% if h.is_enabled_resources() %}
    {{ h.get_package_rating(package.id)|round(1) }}
    {{ _('Rating') }}
    {% endif %}
  • {% if h.is_enabled_utilizations() %}
    {{ h.get_package_issue_resolutions(package.id) }}
    {{ _('Issue Resolutions') }}
    {% endif %}
  • {% endblock %}