{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Participant ID: {{ participant_id }}, Stage: 1
Instructions for Stage 1: Lottery {% endblock %} {% block content %} {% include "T1/LotteryInstructions.html" %} {% include "buttons/NextButton.html" %}

The "Next" button will be activated after 30 seconds.

{% endblock %}