{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %}

{{ player.name }}

学番 {{ player.num }}

あなた

1 {{ player.q1 }} 2 {{ player.q2 }}

3 {{ player.q3 }}

4 {{ player.q4 }}

5 {{ player.q5 }}

{% next_button %} {% endblock %}