{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

{% if is_create %}Create Research Study{% else %}Edit: {{ study.name }}{% endif %}

Configure randomisation and participant intake options. Packets are added on the study detail page.

{% csrf_token %} {{ form|crispy }}
{% if study %} Cancel {% else %} Cancel {% endif %}
{% endblock %}