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

Research Studies

+ Create Study

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

{% if studies %} {% for study in studies %} {% endfor %}
Name ID Status Randomisation Participants
{{ study.name }} {{ study.pk }} {% if study.active %} Active {% else %} Inactive {% endif %} {{ study.get_randomisation_mode_display }} {{ study.participants.count }} Open
{% else %}
No studies have been created yet.
{% endif %}
{% endblock %}