{% if addon.charity %} {% set charity_url = addon.charity.outgoing_url %} {% set charity_name = addon.charity.name %} {% endif %}
{{ _('Suggested Contribution: {0}')|f( addon.suggested_amount|currencyfmt('USD')) }}
{% endif %} {% if show_help %} {{ _("What's this?") }}{# msgctxt addons_display_a_license_what #} {% endif %}{% if addon.charity %} {% if addon.charity_id == amo.FOUNDATION_ORG %} {% trans %} The developer of this add-on would like you to consider making a donation to the {{ charity_name }} if you enjoy using it. {% endtrans %} {% else %} {% trans %} The developer of this add-on would like you to consider making a small contribution to {{ charity_name }} if you enjoy using it. {% endtrans %} {% endif %} {% else %} {% trans %} Mozilla is committed to supporting a vibrant and healthy developer ecosystem. Your optional contribution helps sustain further development of this add-on. {% endtrans %} {% endif %}