{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %} {% include 'reallocation/includes/role_block.html' %}
| You are a Participant of type: | {{ player.role }} |
|---|---|
| Allocation decision implemented for your group: | {{ group.get_chosen_allocation|yesno:"Allocate, not allocate" }} |
| Chosen tax rate | {{ group.get_tax_desc }} |
| Individual earnings | {{ player.individual_earning }} |
| Income after tax | {{ player.income_after_tax }} |
| Share from taxes | {{ group.individual_share }} |
| Final payoff | {{ player.payoff }} |