{{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 %}
Player's 1 avatar
{{ 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 0; 0 10; 5
B 5; 10 5; 5

{{ formfields }}
{{ next_button }} {{ endblock }}