{% extends "global/Page.html" %} {% load otree %} {% block title %} Second Stage {% endblock %} {% block content %} {% if player.guess == 10 %}

Your answer is correct! You receive an additional reward of 1 euro. {% else %} Your answer is wrong. You do not receive an additional reward.

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