{% block content %}
{% if player.id_in_group == 1 %}
{% formfield group.belief_0A %}
{{ endif }}
{% if player.id_in_group == 2 %}
{% formfield group.belief_0B %}
{{ endif }}
{% if player.id_in_group == 3 %}
{% formfield group.belief_0C %}
{{ endif }}
{% next_button %}
{% include C.INSTRUCTION_SUMMARY_TEMPLATE %}
{% endblock %}