{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Statistics on previous round {% endblock %} {% block content %}
{% if player.id_in_group == 1 %} The avarage amount of money proposed by proposers in previous round was {{group.average_overall}} TJS. {% else %} The avarage amount of money accepted by responders in the previous round was {{group.average_accept}} TJS. {% endif %} {% next_button %} {% endblock %}