{% extends "global/Page.html" %} {% load otree static %}

Results

{% block content %}

In that period, your quality selection is {{player.all_pay_choice}}, your discount selection is {{player.winner_pay_choice}}.

Your opponent's quality selection is {{other_player_all_pay_choice}}, your opponent's discount selection is {{other_player_winner_pay_choice}}.

Therefore, your score in this round is {{player.score}}, and your opponent's score is {{other_player_score}}.

You {% if player.win %} win the competition. {% else %} not win the competition. {% endif %}

Your total payoffs in this round are {{player.round_earning}}.

Please click "next" button to proceed to next round.

{% next_button %} {% endblock %}