{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Decision{% endblock %} {% block content %}
You are Participant 1. Please decide how much of the {{ Constants.endowment }} you will keep for yourself.
{% formfield group.kept label="I will keep" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}