{% extends "global/Page.html" %} {% load otree %} {% block title %} Third stage {% endblock %} {% block content %} {% if {{z}} <= {{valide}} %}

The number of tasks you will have to complete for the amount {{amount}} euro is {{z}}. Please, remember that you are allowed to make only 1 mistake. That is why you are advised to carefully check your answer before submitting it. Go on to the next page to start working on the tasks.

{% else %}

You will not work on any tasks since you have indicated a low maximum number of tasks that you are willing to do for the amount {{amount}}. Please, proceed to the final page to receive your earnings.

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