{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Effort task results
{% endblock %}
{% block content %}
You scored {{ player.total }}, so you gained an income of {{ player.income }}.
You will now be grouped with people that performed like you and gained your same income.
You will be asked to pay taxes to finance redistribution:
- Everyone in your group will have the same tax rate.
- One person in each group is randomly selected to be the politician. His role is to redistribute the tax revenues.
{% next_button %}
{% endblock %}