{% extends "global/Page.html" %} {% load otree %} {% block title %} Test: Your Choice Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %} {% include 'random_termination/Instructions.html' %}
{# You are Participant A. Now you have {{Constants.endowment}}.#}
{% formfield group.sent_amount label="What is your choice?" %} {% next_button %} {% endblock %}