{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %}
DECISION 1
{% endblock %} {% block content %}

Which option do you prefer the most?

{% if player.reveal_state == "YES" and player.state == "aligned" %}
OPTION A £6,00 to you and £5,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION B £5,00 to you and £1,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
{% elif player.reveal_state == "YES" and player.state == "unaligned" %}
OPTION A £6,00 to you and £1,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION B £5,00 to you and £5,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
{% else %}
OPTION A £6,00 to you and £? to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION B £5,00 to you and £? to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}


REMINDER: here you can see the two choice situations, but you do not know which situation has been drawn.

SITUATION 1 SITUATION 2
OPTION A £6,00 to you and £5,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION B £5,00 to you and £1,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION A £6,00 to you and £1,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
OPTION B £5,00 to you and £5,00 to charity {% if participant.vars.association_choice == 'World Wide Fund for Nature - UK (WWF)' %} WWF {% elif participant.vars.association_choice == 'GreenPeace - UK (GP)' %} GP {% elif participant.vars.association_choice == 'Sea Shepherd (SP)' %} SP {% elif participant.vars.association_choice == 'The Nature Conservancy (NC)' %} NC {% elif participant.vars.association_choice == 'Surfers Against Sewage (SAS)' %} SAS {% endif %}
{% endif %}
{% endblock %}