{% load otree %}
| Participant: | Endowment | {% if subsession.gender_shown %}Gender: | {% endif %} {% if results|default_if_none:False %}Contribution: | Payoff: | {% endif %} {% for o in player.get_others_in_group %}
|---|---|---|---|---|
| {{ forloop.counter }} | {{ o.endowment }} | {% if subsession.gender_shown %}{{ o.participant.vars.gender }} | {% endif %} {% if results|default_if_none:False %}{{ o.contribution }} | {{ o.payoff }} | {% endif %}