{% extends "global/Page.html" %} {% load otree %} {% block title %}Job 6: Statistics{% endblock %} {% block content %}
You earned {{player.this_round_point }} before taxes
So far in the game you have earned {{participant.payoff }}
Your taxes are calculated as follows: declared income * 0.60 + undeclared income
{% endblock %}