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

{{ h.dataset_display_name(pkg) }}

{% endblock %} {% block nums %} {% set num_followers = h.follow_count('dataset', pkg.id) %}
{{ _('Followers') }}
{{ h.SI_number_span(num_followers) }}
{% endblock %} {% block follow_button %} {% if not hide_follow_button %} {% endif %} {% endblock %} {% endblock %}
{% endif %} {% endblock %}