{% extends "global/Page.html" %} {% load staticfiles otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}

Instructions for the match

{% endblock %} {% block content %}

You are just matched with another participant. You will interact with the same participant throughout the interaction.

The payoff information is fixed from round to round in the interaction and is shown below.

{% include Constants.ptable_template %} {% if player.round_number == 1 %} {% endif %}
{% next_button %}
{% endblock %}