{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 3 {% endblock %} {% block styles %} {% endblock %} {% block content %}

{{ if player.participant.treatment == 1 }}

You may now start the tasks.


{{ else }}

The mining continues, you may now proceed with the task while waiting.


{{ endif }}

{% endblock %}