{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Section 2: 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 the avatar that represents your partner. It was built based on his/her answers to the survey:

{% next_button %} {% endblock %}