{% extends "global/Page.html" %} {% load otree static %} {% block title %} Outcome of round {{ player.round_number }} {% endblock %} {% block content %}
In this round, you bid {{ player.bid }}. The randomly drawn number was {{ player.value }}. Therefore your payoff for the round is {{ player.round_payoff }} points
{% next_button %} {% include Constants.instructions_template %} {% endblock %}