{{ block title }} 質問項目 {{ endblock }} {{ block content }}

以下の質問について,最もあてはまる(最も近い)選択肢を選んでください。

{% formfield player.q_trust1 %}
{% formfield player.q_trust2 %}
{% formfield player.q_trust3 %}
{% formfield player.q_trust4 %}
{% formfield player.q_trust5 %}
{{ form.q1_trust1.label }} {{ for choice in form.q1_trust1 }} {{ choice }} {{ endfor }}

Choose the point on the scale that represents how much you like pizza:

Least   {{ for choice in form.pizza }} {{ choice }} {{ endfor }}   Most

{{ for field in form }} {{ for choice in field }} {{ endfor }} {{ endfor }}
{{ field.label }}{{ choice }}
{{ next_button }} {{ endblock }}