{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions {% endblock %} {% block content %} {% if subsession.round_number != 1%}

Total Payoff {{totalpayoff}}

{% else %}

On the next page you will given the number of possible cells that gives payoff 0. The set of possibilites only applies to the current round.

{% endif %}
Press the next button to start round {{subsession.round_number}}.
{% next_button %} {% endblock %} {% block styles %} {% endblock %}