{% extends "dataset/base/base_create_update.html" %} {% block form-action %} {% url 'dataset:experiment_new' %} {% endblock %} {% block side-bar-title %} Create new experiment {% endblock %} {% block side-bar-instructions %} Please fill out the form to the right. All fields will remain editable until published. {% endblock %} {% block top-instructions %}

Please fill our the form below. Not all fields are required, but filling in as much as your can is strongly recommended to encourage data completeness. You can always fill in the required fields now and then remaining fields at a later date. You can access the edit view for this submission from your profile once this form has been successfully submitted and processed.

Note: You can only attach an experiment to an experiment set for which you have edit permissions on.

{% endblock %} {% block form-block %}
{% include 'core/bs_form.html' with form=experiment_form %}
{% endblock %}