{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Question {{round}}
{% endblock %} {% block content %} {% if round_wine == 1 %}

In the following decisions, you will choose between two bottles of wine. Assume you consider buying one of the wines as a gift for a person who you know likes white wine.

Both of these wines usually sell for $25. However, the wines potentially differ in quality and in the discount that the seller offers.
These discounts are unrelated to the quality of the wine.

{% endif %}

Please pick the option that you prefer:

Option A Option B
Wine:
Regular price:
Discount:
Premium Chardonnay
${{player.specification.1}}
{{player.specification.2}}
         Standard Chardonnay
${{player.specification.3}}
{{player.specification.4}}
{% next_button %}
{% endblock %}