{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Instructions {% endblock %} {% block content %}

In this study, you will be in a randomly formed group of {{ Constants.players_per_group }} participants. You will face a decision situation described below. You and other {{ Constants.num_others_per_group }} participants will make this decision for {{ Constants.num_rounds }} rounds.

{% include Constants.instructions_template %} {% next_button %} {{ block.super }} {% endblock %}