{% extends "global/Page.html" %} {% load otree static %} {% block title %} Choose a task from the list {% endblock %} {% block content %} {{if player.participant.treatment == 'Post_Information' and player.participant.stage == '1b' and player.participant.treatment_used1 == 'Treatment'}}

As promised earlier, I am going to provide you with detailed information about a certain task before you make your choice.

{{ include 'RET_Choice/RetChoiceInformation.html' }} {{ endif }} {{if player.participant.treatment == 'Post_Information' and player.participant.stage == '2b' and player.participant.treatment_used2 == "Treatment"}}

As promised earlier, I am going to provide you with detailed information about a certain task before you make your choice.

{{ include 'RET_Choice/RetChoiceInformation.html' }} {{ endif }}

You must now choose a task from the list in your {{ menu_stage }} task-list pair.
Previously, you selected option {{Prev_Opt}} when you chose your version {{ version_for_template }} task-list pair. Please select one of the tasks from that list now:

{% formfield player.menu_task label=""%}
{% next_button %}
Click here if you would like to see the task descriptions. {{ include 'RET_Choice/Task_Descriptions.html'}}
{% endblock %}