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

Please, select an Option for yourself:


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

{{choice.tag}}

{% endfor %} {% endfor %}

The computer selected for you: {{comp_choice|slice:"8"}}


{% next_button %} {% include Constants.calculator_template %} {% include "treatment_1/performance.html" %} {% include "treatment_1/type.html" %} {% endblock %}