{% extends "global/Page.html" %} {% load otree %} {% block title %}
Your decision Part 1 - Round {{ subsession.round_number }}
{% endblock %} {% block content %}

Please now state the maximum number of points you are willing to pay to avoid {{ player.BDM_slider_number }} extra sliders that you have to solve after the experiment (between {% if subsession.round_number == 1 %}0 points {% else %} {{ WTP_sliders_previous_BDM | c }} {% endif %} and {{ Constants.maxWTP | c }}):

{% formfield player.sliders_WTP label='' %} {% next_button %} {% endblock %}