{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 4 Block 2: Round {{round_num}} Decission {{decission_number}} {% endblock %} {% block content %}

Please, select an Option for the Type B player you are matched with:


{% for field in form %} {% for choice in field %}

{{choice.tag}} {{ choice.choice_label|slice:"9" }} {{ choice.choice_label|slice:"9:" }}

{% endfor %} {% endfor %}
{% next_button %} {% include "treatment_1/type.html" %} {% endblock %}