{% extends "package/base.html" %} {% block subtitle %} {{ ui.subtitle_item(_('Create Dataset')) }} {{ super() }} {% endblock %} {% block breadcrumb_content %} {{ super() }} {{- ui.breadcrumb(h.humanize_entity_type('package', dataset_type, 'create label') or _('Create Dataset'), href="", active=true) }} {% endblock %} {% block primary_content_inner %} {%- call ui.util.call(ui.section, title=_('Create Dataset'), level=1) -%} {{- h.snippet(form_snippet, **form_vars) -}} {%- endcall %} {% endblock %} {% block secondary_content %} {%- call ui.util.call(ui.sidebar_section, title=_('What are datasets?')) -%}

{{ _('A CKAN Dataset is a collection of data resources (such as files), together with a description and other information, at a fixed URL.') }}

{%- endcall %} {% endblock %}