{% extends "global/Page.html" %} {% load otree %} {% block content %}
{% if curcond == 'mast' %}

Task Instructions


Press the Next button when the experimenter signals you to start the task.

{% elif curcond == 'control' %}

Task Instructions


Press the Next button when the experimenter signals you to start the task.

{% endif %}
{% next_button %} {% endblock %}