{% block primary_content_inner %}
{% block form %}
{#- passing c to a snippet is bad but is required here
for backwards compatibility with old templates and
plugins using setup_template_variables() -#}
{{- h.snippet(form_snippet, pkg_dict=pkg_dict, **form_vars) -}}
{% endblock %}
{% endblock %}
{% trans %}
A CKAN Dataset is a collection of data resources (such as files),
together with a description and other information, at a fixed URL.
Datasets are what users see when searching for data.
{% endtrans %}
{% endblock %}
{% block resources_module %}
{# TODO: Pass in a list of previously created resources and the current package dict #}
{% snippet "package/snippets/resources.html", pkg={}, action='new_resource', is_activity_archive=False %}
{% endblock %}
{% endblock %}