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

あなたの名前は {{ player.name }} で,あなたの年齢は {{ player.age }} で,あなたの血液型は {{ player.blood }} です.

{% next_button %} {% endblock %}