{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Result of the Round
{% endblock %} {% block content %}

Reason - Group score was {{player.group_score}} and your score was {{player.own_score}} and cut-off score was {{player.group.subsession.cut_off}} in round number {{ player.round_number}} of {{ Constants.num_rounds}} rounds.
{% next_button %}
{% endblock %}