{% set dataset_type = h.default_package_type() %}
{% if description != 'null' %} {% set description = description|striptags %}

{{ description|truncate(160) }}

{% endif %}
{{ h.follow_button('group', id) }}
{{ _('Followers') }}
{{ h.SI_number_span(num_followers) }}
{{ h.humanize_entity_type('package', dataset_type, 'facet label') or _('Datasets') }}
{{ h.SI_number_span(package_count) }}