{% ckan_extends %} {% block content_action %} {{ super() }} {% if h.check_access('package_update', {'id': pkg.id }) %} {{ _('Add resource') }} {% endif %} {% if h.check_access('package_show', {'id': pkg.id }) and pkg.resources %} {{ _('Download all') }} {% endif %} {% endblock %}