{% extends "global/Page.html" %} {% load otree %} {% block title %} 実験B 寄付選択 {% endblock %} {% block content %}
あなたのマッチング寄付割合は {{ player.matching_rate }}%です。
{% formfield player.contribution label="0~1000円の中でどれくらい寄付しますか?" %} {% next_button %} {% endblock %}