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

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

{% endif %}
{% if is_me == 'false' %} {{ h.follow_button('user', id) }} {% endif %}
{{ _('Followers') }}
{{ h.SI_number_span(num_followers) }}
{{ _('Datasets') }}
{{ h.SI_number_span(number_administered_packages) }}
{{ _('Edits') }}
{{ h.SI_number_span(number_of_edits) }}