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

Your answer is correct! You move on to the next task. {% else %} Your answer is wrong. So far you have made {{wrong_answers4}} error. You cannot make any more mistakes till the end of the experiment in order to receive {{amount}} euro. Please, be careful from now on. You move on to the next task. {% endif %}

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