{# Displays a single of dataset. package - A package to display. item_class - The class name to use on the list item. hide_resources - If true hides the resources (default: false). Example: {% snippet 'snippets/package_item.html', package=c.datasets[0] %} #} {% set title = package.title or package.name %} {% set notes = h.markdown_extract(package.notes, extract_length=180) %} {% block package_item %}
{{ notes|urlize }}
{% else %} {{ ui.empty(h.humanize_entity_type('package', package.type, 'no description') or _("There is no description for this dataset")) }} {% endif %} {% endblock %}