{% block content %}
{% if player.id_in_group == 1 %}
{% formfield group.belief_5A %}
{{ endif }}
{% if player.id_in_group == 2 %}
{% formfield group.belief_5B %}
{{ endif }}
{% if player.id_in_group == 3 %}
{% formfield group.belief_5C %}
{{ endif }}
{% next_button %}
{% include C.INSTRUCTION_SUMMARY_TEMPLATE %}
{% endblock %}