{# Displays a sidebard module with information for given package pkg - The showcase 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 %}

{{ pkg.title or pkg.name }}

{% endblock %} {% if pkg.author %} {{_('Submitted by')}}

{{ pkg.author }}

{% endif %} {% if pkg.url %} {% endif %} {% endblock %}

{{ _('Datasets in Showcase') }}

{% if showcase_pkgs %} {% else %}

{{_('There are no Datasets in this Showcase')}}

{% endif %}
{% endif %} {% endblock %}