{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}
Here are the results for Round {{ subsession.round_number}}
You ...
have received {{ player.received_data1 }} % of data units from Rival 1;
have received {{ player.received_data2 }} % of data units from Rival 2.
Rival 1 ...
has received {{ player.shared_data1 }} % of data units from You;
has received {{ player.cross_share2 }} % of data units from Rival 2.
Rival 2 ...
has received {{ player.shared_data2 }} % of data units from You;
has received {{ player.cross_share1 }} % of data units from Rival 1.
Profits:
You: {{ player.profit }}
Rival 1: {{ player.rival1_profit }}
Rival 2: {{ player.rival2_profit }}