{% extends "datasets/dataset_base.html" %} {% load i18n static django_bootstrap5 %} {% block content %}

{% translate 'In the interest of transparency and to enable other researchers to reuse the data from your study, please provide some additional information in the following fields.' %}

{% include 'form_errors.html' with form=form %} {% csrf_token %}
{% bootstrap_field form.source %}
{% bootstrap_field form.reuse_study wrapper_class="mb-3 form-required" %}
{% bootstrap_field form.reuse_source wrapper_class="mb-3 form-required" %}
{% bootstrap_field form.collection_start wrapper_class="form-required" %}
{% bootstrap_field form.collection_end wrapper_class="form-required" %}

{% translate 'These dates will allow the RDM team to support you during different phases of the study life cycle.' %}

{% bootstrap_field form.structure wrapper_class="mb-3 form-required" %} {% bootstrap_field form.structure_documentation wrapper_class="mb-3 form-required" %} {% bootstrap_field form.data_reuse wrapper_class="mb-3 form-required" %} {% bootstrap_field form.consent_location wrapper_class="mb-3 form-required" %}
{% translate 'Cancel' %}
{% endblock %} {% block extra_scripts %} {% endblock %}