{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
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.

{% endblock %}