{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Results
{% endblock %}
{% block content %}
Round {{ subsession.round_number }}
| Your contribution | {{ player.contribute }} |
|---|---|
| Other participants' contribution: | |
| {{ p.contribute }} | |
| Your group total: | {{ group.sum }}{% if group.sum > 6 %}😀{% else %}😔{% endif %} |
| Your individual share: | {{ group.individual_share }} |
| Your payoff: | {{ player.payoff }} |
| Your cumulative payoff: | {{ participant.payoff }} |