{% ckan_extends %} {% block package_resources %} {% if pkg.resources %}
{# Pop the pre-generated zip resource so it doesn't appear in the resource list below. #} {% set zip_res = h.downloadall__pop_zip_resource(pkg) %} {% set download_url = h.url_for('downloadall_stream.download_all', dataset_id=pkg.name) %} {{ _('Download all') }}
{% endif %} {{ super() }} {% endblock %}