{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
You payed:{{ player.taxes|to2 }}
You evaded: {{ player.evasion_abs|to2 }}
Detection: {{ player.detection }}
Fine for evading: {{ player.fine|to2 }}
Your share of the redistribution:{{ player.redistribution_share|to2 }}

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

{% next_button %} {% endblock %}