{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Battle of the Sexes
{% endblock %}
{% block content %}
You are the {{player.role}} player. Please select either movie or concert.
| {% if player.role == 'column' %} Your Choice{% else %} Partner's Choice {% endif %} |
|||
|---|---|---|---|
| {% if player.role == 'row' %} Your Choice{% else %} Partner's Choice {% endif %} | Concert | Movie | |
| Movie | (0, 0) | (600, 200) | |
| Concert | (200, 600) | (0, 0) | |