{% if addon.charity %} {% set charity_url = addon.charity.outgoing_url %} {% set charity_name = addon.charity.name %} {% endif %}

{% if text %} {{ text }} {% elif not addon.charity %} {{ _('The developer of this add-on asks that you help support its ' 'continued development by making a small contribution.') }} {% elif addon.charity_id == amo.FOUNDATION_ORG %} {% trans %} The developer of this add-on asks that you show your support by making a donation to the {{ charity_name }}. {% endtrans %} {% else %} {% trans %} The developer of this add-on asks that you show your support by making a small contribution to {{ charity_name }}. {% endtrans %} {% endif %}

{{ _('Contribute') }} {% if show_install %} {# L10n: Click Contribute button OR Install button #} {{ _('or') }} {% set ver = version or None %} {{ install_button(addon, version=ver, show_contrib=False, src=src) }} {% endif %}
{# /button-wrapper #}
{% if has_suggested %}

{{ _('Suggested Contribution: {0}')|f( addon.suggested_amount|currencyfmt('USD')) }}

{% endif %} {% if show_help %} {{ _("What's this?") }}{# msgctxt addons_display_a_license_what #} {% endif %}
{# /suggestion #}
{# /aux #} {% include "addons/contributions_lightbox.html" %}
{# /notification #}