{% import "_dgu_jinja_util.html" as m with context %}
{% if errors %}
Errors in form
{{ _('The form contains invalid entries:') }} {{ m.dump(errors) }}
{% endif %}
Basic Information
{% if errors.get('title', '') %}

{{errors.get('title', [''])[0]}}


{% endif %}

Please add a description of the data set. What does the data contain/show? Why was it produced?

{% if errors.get('notes', '') %}

{{errors.get('notes', [''])[0]}}

{% endif %}

1. Please choose a primary theme which this data falls under from the options below.

{{ m.primary_theme_input(data, errors) }}

2. If there are other themes in this data, select them here:

{{ m.secondary_theme_input(data, errors) }}
Publishing Information
Please enter the date as dd/mm/yyyy
Please check this box if the dataset will not be released and complete the Release notes section below. {% if errors.get('publish-date', '') %} {{errors.get('publish-date', [''])[0]}} {% endif %}

Please add information about the release of this data

{% if errors.get('release_notes', '') %}

{{errors.get('release-notes', '')}}

{% endif %}

Important: By submitting content, you agree to release your contributions under the terms & conditions of the site. Please refrain from editing this page if you are not happy to do this.