{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Second Stage
{% endblock %}
{% block content %}
{% if player.guess == 6 %}
Your answer is correct! You receive an additional reward of 1 euro. {% else %} Your answer is wrong. You do not receive an additional reward for this question.