{# 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 %} #} {% block package_info %} {% if pkg %}
{% block package_info_inner %} {% block heading %}
{{ h.dataset_display_name(pkg) }}
{% endblock %} {% if pkg.extras %} {% for extra in pkg.extras if extra['key'] == 'graphic-preview-file' %} {% endfor %} {% endif %} {% block nums %}
{{ _('Followers') }}
{{ h.SI_number_span(h.follow_count('dataset', pkg.id)) }}
{% endblock %} {% block follow_button %} {% if not hide_follow_button %} {% endif %} {% endblock %} {% endblock %}
{% endif %} {% endblock %}