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

{{ about|truncate(160) }}

{% endif %}
{% if is_me == 'false' %} {{ h.follow_button('user', id) }} {% endif %}
{{ _('Followers') }}
{{ h.SI_number_span(num_followers) }}
{{ h.humanize_entity_type('package', dataset_type, 'facet label') or _('Datasets') }}
{{ h.SI_number_span(number_created_packages) }}