{# Displays a sidebard module with information for given package pkg - The package dict that owns the resources. active - The active resource. action - The action that this is coming from. Example: {% snippet "package/snippets/info.html", pkg=pkg %} #} {% if pkg and h.check_access('package_update', {'id':pkg.id }) %}

{{ _("Edit Dataset") }}

{% set resources = pkg.resources or [] %}

{{ _("Edit Resources") }}

{% endif %}