{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Cooperative Bargaining
{% endblock %}
{% block content %}
{%if subsession.round_number == 1%}{% include Constants.instructions_template %}{% endif %} {%if subsession.round_number == 2%}{% include Constants.instructions_template2 %}{% endif %}
{% next_button %}
{% endblock %}