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

{% if is_create %}Create Research Study{% else %}Update Research Study{% endif %}

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

{% csrf_token %} {{ form|crispy }}
Cancel
{% endblock %}