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

Research Studies

Create and manage study packets that randomise participants to Atlas collections.

Create Study
{% if studies %} {% for study in studies %} {% endfor %}
Name Slug Status Randomisation
{{ study.name }} {{ study.slug }} {% if study.active %} Active {% else %} Inactive {% endif %} {{ study.get_randomisation_mode_display }} Open
{% else %}
No studies have been created yet.
{% endif %} {% endblock %}