{% for seed in temp_A %} {% for p in player_in_all_rounds %} {% if p.subsession.round_number == seed %} {% endif %} {% endfor %} {% endfor %}
Round Price A Units A Price B Units B Price C Units C NAV C
{{ p.subsession.ronda }} {% if p.group.q_a > 0 %} {{p.group.p_a}} {% else %} -- {% endif %} {{p.group.q_a}} {% if p.group.q_b > 0 %} {{p.group.p_b}} {% else %} -- {% endif %} {{p.group.q_b}} {% if p.group.q_c > 0 %} {{p.group.p_c}} {% else %} -- {% endif %} {{p.group.q_c}} {{p.group.nav}}