{% load otree humanize realloc %} {{ tax.rate_desc }} {% for a in tax.allocations %} {% if forloop.counter == 2 %} {% endif %} {{ a.title }} {% for w in a.workers %} {{ w.income_after_tax }} {% endfor %} {% endfor %}