{% extends "global/Page.html" %} {% load otree static %} {% block title %} O'Neill Game {% endblock %} {% block content %} You are the {{ player.role }} Player. {% formfields %}
Column
Row Joker Ace Two Three
Joker (5, -5) (-5, 5) (-5, 5) (-5, 5)
Ace (-5, 5) (-5, 5) (5, -5) (5, -5)
Two (-5, 5) (5, -5) (-5, 5) (5, -5)
Three (-5, 5) (5, -5) (5, -5) (-5, 5)
{% next_button %} {% endblock %}