{% set meet_url = url('addons.meet', addon.slug) %} {% if addon.charity %} {% set charity_url = addon.charity.outgoing_url %} {% set charity_name = addon.charity.name %} {% endif %}
{% if has_suggested %} {% trans amt = addon.suggested_amount|currencyfmt('USD') %} {{ amt }} suggested {% endtrans %} {% endif %}
{# /suggestion #} {% if show_install %} {# L10n: Click Contribute button OR Install button #} {{ _('or') }} {% set ver = version or None %} {{ install_button(addon, impala=True, version=ver, show_contrib=False) }} {% endif %}{% if text %} {{ text }} {% elif not addon.charity %} {% trans %} The developer of this add-on asks that you help support its continued development by making a small contribution. {% endtrans %} {% 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 %}
{% include "addons/contributions_lightbox.html" %}