{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 1: {% if subsession.round_number == 1 %} Round 1 {% else %} Round 2 {% endif %} {% endblock %} {% block content %}

{% if subsession.round_number == 1 %} Decision 1: {% else %} Decision 2: {% endif %}

{% for field in form %} {% formfield field label=""%} {% endfor %}
{% next_button %} {% include "treatment_1/type.html" %} {% endblock %}