{% extends "global/Page.html" %} {% load otree %} {% block title %} Enter Your Information {% endblock %} {% block content %}
Starting Money: {{ player.endowment}}
Multiplier: {{player.cp}}
Please enter the percent you promise to give back after multiplication
{% formfields %} {% next_button %} {% endblock %}