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