{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Results
You were the politician of a group with income = {{ player.income }} and tax rate = {{ player.tax_rate }}
{% endblock %}
{% block content %}
| You earned: | {{ player.income }} |
| Percentage of stolen tax revenues: | {{ player.stolen_taxes|to0 }} |
| Your share of the redistribution: | {{ player.redistribution_share|to2 }} |
| Your final payoff: | {{ player.politician_payoff|to2 }} |