{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Participant ID: {{ participant_id }}, Stage: 2
{% endblock %} {% block content %} {% include "T1/InstructionsStage2.html" %} {% include "buttons/ProceedButton.html" %}

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

{% endblock %}