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

{{ study.name }}

Participant ID: {{ participant.pseudo_id }}

{% if assigned_packet and start_url %}
Assignment Complete

You have been assigned to packet: {{ participant.assigned_arm.name }}.

Mark scheme: {{ participant.assigned_arm.marking_scheme_name|default:'Default collection scoring' }}

Start Packet
{% else %}
Consent and Details

Complete this form to begin. Assignment to packet is performed automatically when you submit.

{% csrf_token %} {{ form|crispy }}
{% endif %} {% if study.description %}
{{ study.description|linebreaks }}
{% endif %} {% endblock %}