{% extends "global/Page.html" %} {% load otree %} {% block title %} Stage 1: Contribution (Period {{ player.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block inner_content %} {% include 'pggfg/includes/endowment_gender_block.html' %}
Your endowment in this round: {{ player.endowment }}
{% formfield player.contribution with label=label %} {% next_button %} {% include Constants.instructions_template %} {{ block.super }} {% endblock %}