{% if not h.organizations_available('create_dataset') and not h.check_config_permission('ckan.auth.create_unowned_dataset') %} {% snippet "package/snippets/cannot_create_package.html", pkg_dict=pkg_dict %} {% else %} {% extends "package/base.html" %} {% block subtitle %}{{ h.humanize_entity_type('package', dataset_type, 'create title') or _('Create Dataset') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _(dataset_type.title()), named_route=dataset_type ~ '.search' %}
  • {{ h.humanize_entity_type('package', dataset_type, 'create label') or _('Create Dataset') }}
  • {% endblock %} {% block primary_content %}
    {% block primary_content_inner %}

    {{ _('Choose Dataset Creation Method') }}

    {{ _('Select how you would like to create your dataset (dev, integration, validation, and production environments only)') }}

    {{ _('Standard CKAN Form') }}
    {{ _('Use CKAN Form') }}
    {{ _('Enhanced Fair3R Dataset Form') }}
    {% if enable_fdf %} {{ _('Use FDF Form') }} {% else %} {% endif %}
    {% endblock %}
    {% endblock %} {% block secondary_content %} {% block info_module %}

    {{ _('What are datasets?') }}

    {% 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 %} {% endblock %} {% endif %}