{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Multi-player Game {% endblock %} {% block content %} {% if player.id_in_group == 1 %}

You are Player 1.

{% else %}

You are Player 2

{% endif %}

You will now play a 2-player game that will determine your payoff.

This is your partner:

{% next_button %} {% endblock %}