{% extends "global/Page.html" %} {% load otree %} {% block title %} あなたの情報を入力してください。 {% endblock %} {% block content %} 以下の情報を入力してください。 {% formfield player.name label='名前は?' %} {% formfield player.num label='学番' %} {% next_button %} {% endblock %}