{% for seed in temp_A %} {% for p in player_in_all_rounds %} {% if p.subsession.round_number == seed %} {% endif %} {% endfor %} {% endfor %}
Dividends
Round A B C
{{ p.subsession.ronda}} {% if ta != 0 %} {{p.group.d_a}} {% else %} -- {% endif %} {% if tb != 0 %} {{p.group.d_b}} {% else %} -- {% endif %} {% if tc != 0 %} {{p.group.d_c}} {% else %} -- {% endif %}