{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} {% if subsession.punishment|default:None %}Stage 1: {% endif %}Contribution (Round {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %} {% formfield player.contribution with label="How many credits will you contribute (from 0 to 20)?" %} {% next_button %} {% include Constants.instructions_template %} {{ block.super }} {% endblock %}