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