{% extends 'exp/base.html' %} {% load bootstrap3 %} {% block title %}Build | {{ study.name }}{% endblock %} {% block head %} {{ block.super }} {{ form.media }} {% endblock %} {% block flash %} {% bootstrap_messages %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}

Study Editor

{% csrf_token %} {% bootstrap_form form %}
{% buttons %} Discard changes {% if save_confirmation %} Save {% else %} {% endif %} {% endbuttons %}
{% csrf_token %}

Change Study Type

{% csrf_token %}
Specify the build process as well as the parameters needed by the experiment builder.
{% include "studies/_study_type.html" with types=types create=0 currentType=study.study_type.id %}
Discard changes {% if save_confirmation %} Save {% else %} {% endif %}
{% endblock %}