{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %} {% for wtp in participant.vars.WTP_values %} {% endfor %}
Place the mouse cursor here to display the urn
Option A
Choose A Choose B
Option B
A green ball gives £{{ player.x1_norm_after_correction|floatformat:2 }} to charity {% if player.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif player.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif player.association_choice == 'Sea Shepherd (SP)' %} SP {% elif player.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif player.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
A red ball gives £{{ player.x2_norm|floatformat:2 }} to charity {% if player.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif player.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif player.association_choice == 'Sea Shepherd (SP)' %} SP {% elif player.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif player.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
£{{ wtp|floatformat:2 }} for you
{% endblock %} {% block scripts %} {% endblock %}