{% load otree humanize realloc %}
| Tax rate: {{ tax.rate_desc }} | ||
|---|---|---|
| {% for a in tax.allocations %} | {{ a.title }} | {% endfor %}|
| {% for a in tax.allocations %} {% for w in a.worker_types %} | Participants type {{ w.worker_type }} | {% endfor %} {% endfor %}|
| Tasks | {% for a in tax.allocations %} {% for w in a.worker_types %}{{ w.tasks_to_do }} | {% endfor %} {% endfor %}|
| Points generated per task | {% for a in tax.allocations %} {% for w in a.worker_types %}{{ w.points_per_task }} | {% endfor %} {% endfor %}|
| Points generated if all tasks solved | {% for a in tax.allocations %} {% for w in a.worker_types %}{{ w.profit }} | {% endfor %} {% endfor %}|
| Taxes | {% for a in tax.allocations %} {% for w in a.worker_types %}{{ w.tax_amount }} | {% endfor %} {% endfor %}|
| Transfers | {% for a in tax.allocations %} {% for w in a.worker_types %}{{ w.allocation.transfer }} | {% endfor %} {% endfor %}|