{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}

In this round:

The four players in your firm produced {{ group.first }}, {{ group.second }}, {{ group.third }}, and {{ group.fourth }} sentences.



You typed {{ player.total_sentences }} sentence(s).

The smallest number of sentences in your firm was {{ group.min }} sentences.

Therefore, your payoff is {{ player.payoff }}.


Below is the history of previous sentence production in your firm.

Production in Previous Rounds

{% for p in player_in_previous_rounds %} {% endfor %}
Round Your Payoff Employee A Employee B Employee C Employee D
{{ p.round_number }} {{ p.payoff }} {{ p.first_p }} {{ p.second_p }} {{ p.third_p }} {{ p.fourth_p }}

{% next_button %} {% endblock %} {% block styles %} {% endblock %}