{% extends "global/Page.html" %} {% load otree %} {% block title %} 実験A 寄付選択 {% endblock %} {% block content %}   {% formfield player.contribution label="0~1000円の中でどれくらい寄付しますか?" %}
{% include Constants.instructions_template %}
{% next_button %} {% endblock %}