{{ extends 'global/Page.html' }} {{ block title }}Game{{ endblock }} {{ block content }} {{ if player.id_in_group == 2 }}
You're playing with
{% for image in image_data %} {% if image.name == chosen_avatar_player1 %} {% endif %} {% endfor %}
{{ endif }}

In this round you are {{ if player.id_in_group == 1 }} Player {{ player.id_in_group }} {{ else }} Player {{ player.id_in_group }} {{ endif }}

Consider this situation:

Player 2
A B
Player 1 A 4; 4 4; 0
B 0; 4 6; 6
{{ formfields }}
{{ next_button }} {{ endblock }}