{% if pkg %}
{{ h.redacted_icon(pkg, 'title')|safe }}

{{ h.usmetadata_filter(pkg.title or pkg.name) }}

{{ _('Followers') }}
{{ h.SI_number_span( h.get_action('dataset_follower_count')({}, {'id': pkg.id}) ) }}
{% if not hide_follow_button %} {% endif %}
{% endif %}