{% 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 %}
{% with single_dev = addon.listed_authors|random %} {% if single_dev %} {{ single_dev.name }} {% endif %} {% endwith %}
{# /button-wrapper #}

{% 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 %}
{# /aux #} {% if addon.is_webapp() %}

{{ _('Enjoy this app?') }}

{% else %}

{{ _('Enjoy this add-on?') }}

{% endif %}

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

{% include "addons/contributions_lightbox.html" %}
{# /notification #}