{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %}
| You paid: | {{ player.secretword }}: {{ player.contribution }} |
| Other participants paid: | |
| {{ p.secretword }}: {{ p.contribution }} | |
| Total group payment: | {{ group.total_contribution }} |
| The total group payment is {{ higherorlower }} than {{ step }}. Therefore, you {{ willorwillnot }} receive a bonus of 500 points. | |
| Thus in total you earned | {{ player.payoff }} in this round. |