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

Do you wish to know which situation was 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 %}

{% formfield player.reveal_state %}
{% endblock %}