{% extends "global/Page.html" %} {% load otree %} {% block title %} Deduction stage (Period {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block inner_content %}
| Player: | {% if subsession.hetero_endowment %}Endowment | {% endif %} {% if subsession.gender_shown %}Gender | {% endif %}Contibution | Deduction tokens | Effect on their payoff: |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {% if subsession.hetero_endowment %}{{ i.endowment }} | {% endif %} {% if subsession.gender_shown %}{{i.participant.vars.gender}} | {% endif %}{{ i.contribution }} | {% formfield j label='' %} |