{% extends "global/Page.html" %} {% load otree static %} {% block title %} ID Input {% endblock %} {% block content %}
If you are a SONA participant, use start time for subject ID and the word Sona for group ID.
If you are an MTurk participant, use your MTurk ID for subject ID and the word MTurk for group ID.
{% formfield player.PAL_subject_ID %} {% formfield player.PAL_group_ID %} {% next_button %} {% endblock %}