{% extends "global/Page.html" %} {% load otree static %} {% block title %} Representative Choice {% endblock %} {% block content %} Suppose you are the representative.

Every group member must contribute {{ c }} to the group account so there are {{ 3c }} in the group account.
If you are the representative:

How much would you invest? {{ formfield 'invest' label='' }}
How much would you take for yourself? {{ formfield 'take_for_myself' label='' }}
{% next_button %} {% endblock %}