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

Which option do you prefer the most?

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 %}
{% endblock %}