{% extends "global/Page.html" %} {% load otree %} {% block title %} Taxation {% endblock %} {% block content %} {% include Constants.instructions2_template %} If you decided to declare your income honestly, you would have to pay {{ player.income }}*{{ player.tax_rate}} = {{ player.due_taxes|to0 }}.

 


If you pay this, the probability of detection would be:  

calculating...



{% next_button %} {% endblock %}