{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
日本語Stage 1: Contribution (Period {{ player.round_number }} of
{{ Constants.num_rounds }})
{% endblock %}
{% block content %}
{% formfield player.contribution %}
{% next_button %}
{% include Constants.instructions_template %}
{{ block.super }}
{% endblock %}