{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Contribute
{% endblock %}
{% block content %}
{% formfield player.contribution label="How much will you contribute to the project (from 0 to 100)?" %}
{% next_button %}
{% include Constants.instructions_template %}
{% endblock %}