{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
You picked {{player.guess_value}}. The average guess in this round was {{ average_guess|floatformat:"-4" }}, thus one half of the average plus 10 was {{ two_third_average|floatformat:"-4" }} and the closest was {{group.best_guess}}. {% if group.tie %} There are {{ winners_cnt }} participants who picked this number and you {% if player.is_winner %} were {% else %} were not {% endif %} one of them. As a result, you received {{ player.payoff }}. {% else %} As a result, you {% if player.is_winner %} were {% else %} were not {% endif %} the winner and received {{ player.payoff}}. {% endif %}
{% next_button %} {% include "beauty_class4/Instructions.html" %} {% endblock %}