{% if description != 'null' %} {% set description = description|striptags %}

{{ h.truncate(description, length=160, whole_word=True) }}

{% endif %}
{{ h.follow_button('group', id) }}
{{ _('Followers') }}
{{ h.SI_number_span(num_followers) }}
{{ _('Datasets') }}
{{ h.SI_number_span(package_count) }}