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

Select your preferred option:


{% for field in form %} {% for choice in field %} {%if choice.choice_label|length > 30 %} {% else %} {% endif %} {% endfor %} {% endfor %}

{{choice.choice_label|slice:":31" }}

{{ choice.tag }}

and

{{choice.choice_label|slice:"33:" }}

{{choice}}
{% next_button %}
{% endblock %} {% block styles %} {% endblock %}