{% extends "global/Page.html" %} {% load otree %} {% block title %} Outcome {% endblock %} {% block content %} {% if player.wrong_answers35 == 0 %}

Your answer is correct! You move on to the next task. {% else %} Your answer is wrong. You have made {{mistakes}} mistakes until now. Please, be careful from now on. You move on to the next task.

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