{% extends "global/Page.html" %} {% load otree %} {% block title %} あなたの情報の入力 {% endblock %} {% block content %} 次の情報を入力してください。 {% formfield player.name %} {% formfield player.age %} {% next_button %} {% endblock %}