{% 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 }}
You could not steal any tax revenues.
Your share of the redistribution:{{ player.redistribution_share|to2 }}

Your final payoff:{{ player.politician_payoff|to2 }}

{% next_button %} {% endblock %}