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