{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Contribution (Round {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %}
{% block content %}
{% formfield player.contribution label="How many credits will you contribute (from 0 to 20)?" %}
{% next_button %}
{% include Constants.instructions_template %}
{{ block.super }}
{% endblock %}