{# Displays a sidebard module with information for given package pkg - The package dict that owns the resources. Example: {% snippet "package/snippets/info.html", pkg=pkg %} #} {% if pkg %}

{{ 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 %}