|
Player
{{ p.id_in_group }}
{% if p.id_in_group == player.id_in_group %} (You) {% endif %}
|
{% for r in p.in_all_rounds_full_range %}
{% if p.round_number != r.round_number %}
{% if p.id_in_group == 1 %}
{{ r.group.reinforcement_player_1 }} |
{% endif %}
{% if p.id_in_group == 2 %}
{{ r.group.reinforcement_player_2 }} |
{% endif %}
{% if p.id_in_group == 3 %}
{{ r.group.reinforcement_player_3 }} |
{% endif %}
{% if p.id_in_group == 4 %}
{{ r.group.reinforcement_player_4 }} |
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}