diff --git a/public/quiz.html b/public/quiz.html index e1bae9a..0ec9f9e 100644 --- a/public/quiz.html +++ b/public/quiz.html @@ -803,7 +803,7 @@
${ locales[this.props.lang].oneClickCopy }
-+
${donorTemplate}
{% else %} -- ${donorTemplate} +
+ ${nonDonorTemplate}
{% endif %}`; return tpl; @@ -56,7 +57,10 @@ class BoxTextHTML extends Component { url: this.props.url, styles: this.props.styles, multipliers: this.state.donorMultipliers, - recurringDefault: this.state.donorRecurring, + recurringDefault: + this.state.donorRecurring == '' + ? 'only_one_off' + : this.state.donorRecurring, oneClick: this.state.donorOneClick, weekly: this.state.donorWeekly, buttonTemplate: this.state.donorButtonTemplate, @@ -64,17 +68,20 @@ class BoxTextHTML extends Component { }); }; - nonDonorTemplate = (options = {}) => { - return utils.nonDonorSuggestedAmountsMarkup({ - correctLowAsks: options.correctLowAsks || false, - isButton: options.isButton || false, + nonDonorTemplate = () => { + return utils.donorSuggestedAmountsMarkup({ locale: this.props.lang, rates: this.props.rates, - styles: this.props.styles, - template: options.template || this.state.nonDonorButtonTemplate, url: this.props.url, - recurringDefault: this.state.donorRecurring, + styles: this.props.styles, + multipliers: this.state.donorMultipliers, + recurringDefault: + this.state.donorRecurring == '' + ? 'only_one_off' + : this.state.donorRecurring, weekly: this.state.donorWeekly, + buttonTemplate: this.state.nonDonorButtonTemplate, + otherAmountTemplate: this.state.nonDonorLinkTemplate, }); }; diff --git a/src/FundraiserMailingGenerator/components/ConditionalCTA.test.js b/src/FundraiserMailingGenerator/components/ConditionalCTA.test.js index d02d858..c477909 100644 --- a/src/FundraiserMailingGenerator/components/ConditionalCTA.test.js +++ b/src/FundraiserMailingGenerator/components/ConditionalCTA.test.js @@ -7,7 +7,6 @@ // - updating the TEST_RATES mocked rates // - changing the default values in the generator form. // - etc. (anything that would affect the resulting markup) - jest.mock('copy-to-clipboard'); import copy from 'copy-to-clipboard'; import React from 'react'; diff --git a/src/FundraiserMailingGenerator/components/__snapshots__/ConditionalCTA.test.js.snap b/src/FundraiserMailingGenerator/components/__snapshots__/ConditionalCTA.test.js.snap index f33e2e9..e4e1782 100644 --- a/src/FundraiserMailingGenerator/components/__snapshots__/ConditionalCTA.test.js.snap +++ b/src/FundraiserMailingGenerator/components/__snapshots__/ConditionalCTA.test.js.snap @@ -4,16 +4,16 @@ exports[`ConditionalCTA Component #donorTemplate 1`] = ` " {% if donations_as_usd.highest_previous %} -If you’ve saved your payment information with SumOfUs, your donation will go through immediately:
- - = 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.485332 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.321722 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.769694 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.536972 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.970775 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.907715 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.2279980000000004 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.982583 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.154541 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.305458 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.4561625 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.3615725 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.5 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.970664 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.643444 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.539388 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:3.073944 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.94155 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.81543 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %} nowDonate another amount +If you’ve saved your payment information with SumOfUs, your donation will go through immediately:
++ = 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.485332 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.321722 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.769694 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.536972 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.970775 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.907715 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.2279980000000004 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.982583 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.154541 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.305458 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.4561625 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.3615725 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.5 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.970664 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.643444 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.539388 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:3.073944 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.94155 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.81543 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %} nowDonate another amount {% else %}
Donating just takes a moment -- use Paypal or your card.
= 1 %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% else %}1{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% else %}1{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% else %}1{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% else %}1{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% else %}1{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% else %}1{% endif %}{% else %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% else %}1{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&recurring_default=&weekly=false&source=fwd\\">Will you chip in {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd|multiply:1.485332 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd|multiply:1.321722 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd|multiply:0.769694 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd|multiply:1.536972 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd|multiply:0.970775 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd|multiply:0.907715 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd|multiply:1 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% endif %}{% endif %} to help? - + {% endif %}" `; @@ -21,16 +21,15 @@ exports[`ConditionalCTA Component #nonDonorTemplate 1`] = ` " {% if donations_as_usd.highest_previous %} -If you’ve saved your payment information with SumOfUs, your donation will go through immediately:
- - = 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.485332 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.321722 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.769694 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.536972 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.970775 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.907715 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.2279980000000004 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.982583 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.154541 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.305458 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.4561625 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.3615725 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.5 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.970664 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.643444 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.539388 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:3.073944 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.94155 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.81543 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %} nowDonate another amount - +If you’ve saved your payment information with SumOfUs, your donation will go through immediately:
++ = 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.485332 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.485332|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.485332|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.321722 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.321722|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.321722|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.769694 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.769694|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.769694|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.536972 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.536972|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.536972|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.970775 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.970775|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.970775|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:0.907715 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:0.907715|floatformat:0}}{% endif %}{% else %}{{3|multiply:0.907715|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1|floatformat:0}}{% endif %}{% else %}{{3|multiply:1|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.2279980000000004 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.2279980000000004|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.982583 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.982583|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.982583|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.154541 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.154541|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.154541|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.305458 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.305458|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.305458|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.4561625 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.4561625|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.4561625|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.3615725 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.3615725|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.5 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.5|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.5|floatformat:0}}{% endif %}{% endif %} now= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd >= 1 %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% else %}1{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %}¤cy={% if user.country == 'Australia' %}AUD{% elif user.country == 'Canada' %}CAD{% elif user.country == 'United Kingdom' %}GBP{% elif user.country == 'New Zealand' %}NZD{% elif user.country == 'Switzerland' %}CHF{% elif user.country == 'Mexico' %}MXN{% elif user.country == 'Argentina' %}ARS{% elif user.country == 'Brazil' %}BRL{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}EUR{% else %}USD{% endif %}&one_click=true&source=fwd\\">Donate {% if user.country == 'Australia' %}A\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.970664 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.970664|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.970664|floatformat:0}}{% endif %}{% elif user.country == 'Canada' %}CA\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2.643444 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2.643444|floatformat:0}}{% endif %}{% else %}{{3|multiply:2.643444|floatformat:0}}{% endif %}{% elif user.country == 'United Kingdom' %}£{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.539388 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.539388|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.539388|floatformat:0}}{% endif %}{% elif user.country == 'New Zealand' %}NZ\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:3.073944 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:3.073944|floatformat:0}}{% endif %}{% else %}{{3|multiply:3.073944|floatformat:0}}{% endif %}{% elif user.country == 'Switzerland' %}CHF {% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.94155 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.94155|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.94155|floatformat:0}}{% endif %}{% elif user.country == 'Mexico' %}{% elif user.country == 'Argentina' %}{% elif user.country == 'Brazil' %}{% elif user.country == 'Austria' or user.country == 'Belgium' or user.country == 'Cyprus' or user.country == 'Denmark' or user.country == 'Estonia' or user.country == 'Finland' or user.country == 'France' or user.country == 'Germany' or user.country == 'Greece' or user.country == 'Ireland' or user.country == 'Italy' or user.country == 'Latvia' or user.country == 'Lithuania' or user.country == 'Luxembourg' or user.country == 'Malta' or user.country == 'Netherlands' or user.country == 'Norway' or user.country == 'Portugal' or user.country == 'Slovakia' or user.country == 'Slovenia' or user.country == 'Spain' or user.country == 'Sweden' %}€{% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:1.81543 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:1.81543|floatformat:0}}{% endif %}{% else %}{{3|multiply:1.81543|floatformat:0}}{% endif %}{% else %}\${% if suggested_ask_via_usd >= 2.5 %}{% if suggested_ask_via_usd|multiply:2 >= 150 %}{{150|floatformat:0}}{% else %}{{suggested_ask_via_usd|multiply:2|floatformat:0}}{% endif %}{% else %}{{3|multiply:2|floatformat:0}}{% endif %}{% endif %} nowDonate another amount +
{% else %} -Donating just takes a moment -- use Paypal or your card.
- + {% endif %}" `; @@ -70,7 +69,7 @@ exports[`ConditionalCTA Component It renders 1`] = ` class="input is-small" placeholder="" type="text" - value="Donate {{amount}} now" + value="Donate {{amount}}" /> @@ -131,7 +130,7 @@ exports[`ConditionalCTA Component It renders 1`] = ` name="amount-1" placeholder="Amount 2" type="text" - value="1.5" + value="" />