{% for g in Player_for_all_rounds %} {% endfor %} {% for g in Player_for_all_rounds %} {% endfor %} {% for p in player.in_previous_rounds %} {% endfor %} {% for o in player.get_others_in_group %} {% if show_all_manager_data == False %} {% if player.role == 'Manager' %} {% for p in o.in_all_rounds %} {% endfor %} {% else %} {% for p in o.in_previous_rounds %} {% endfor %} {% endif %} {% elif show_all_manager_data %} {% if o.role == 'Manager' %} {% for p in o.in_all_rounds %} {% endfor %} {% else %} {% for p in o.in_previous_rounds %} {% endfor %} {% endif %} {% endif %} {% endfor %} {% for g in group.in_previous_rounds %} {% endfor %}
Round{{ g.round_number }}
Contr. Est.
Ern.
Real
Ern.
Your Contribution{{ p.contribution }} {{ p.fairlyDistributedAmount }} {{ p.earnings }}
Player {{ o.id_in_group }} {% if o.role == 'Manager' %} (Manager) {% endif %} {% if p.contribution %} {{ p.contribution }} {% endif %} {% if p.fairlyDistributedAmount %} {{ p.fairlyDistributedAmount }} {% endif %} {% if p.earnings != none %} {{ p.earnings }} {% endif %} {% if p.contribution %} {{ p.contribution }} {% endif %} {% if p.fairlyDistributedAmount != none %} {{ p.fairlyDistributedAmount }} {% endif %} {% if p.earnings != none %} {{ p.earnings }} {% endif %} {% if p.contribution %} {{ p.contribution }} {% endif %} {% if p.fairlyDistributedAmount != none %} {{ p.fairlyDistributedAmount }} {% endif %} {% if p.earnings != none %} {{ p.earnings }} {% endif %} {% if p.contribution %} {{ p.contribution }} {% endif %} {% if p.fairlyDistributedAmount != none %} {{ p.fairlyDistributedAmount }} {% endif %} {% if p.earnings != none %} {{ p.earnings }} {% endif %}
Total Contribution{{ g.total_contribution }}