{% extends "global/Page.html" %} {% load otree %} {% block title %} Evasion choices {% endblock %} {% block content %}
You payed :   {{ player.taxes|to2 }}

You evaded :   {{ player.evasion_abs|to2 }}

The probability that you will get caught is :   {{ player.integer_prob|to0}}%


{% next_button %} {% endblock %}