{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Participation Game:
{%if subsession.round_number == 1%}Part 1{% endif %}
{%if subsession.round_number == 6%}Part 2{% endif %}
{% endblock %}
{% block content %}
{%if subsession.round_number == 1%}{% include Constants.instructions_template %}{% endif %}
{%if subsession.round_number == 6%}{% include Constants.instructions_template2 %}{% endif %}
{% next_button %}
{% endblock %}