{{ _('You are currently requesting contributions from users') }}
{% trans url=url('addons.about', addon.slug),
url_full=url('addons.about', addon.slug, host=settings.SITE_URL) %}
Your contribution page: {{ url_full }}
{% endtrans %}
{{ _('Voluntary Contributions') }}
{{ _('Add-ons enrolled in our contributions program can request voluntary financial support from users.') }}
- {{ _('Encourage users to support your add-on through your Developer Profile') }}
- {{ _('Choose when and how users are asked to contribute') }}
- {{ _('Receive contributions in your PayPal account or send them to an organization of your choice') }}
{% trans %} Contributions are only available for listed add-ons. {% endtrans %}
{% else %} {% if not addon.has_full_profile() %}{% trans url=addon.get_dev_url('profile') %} Contributions are only available for add-ons with a completed developer profile. {% endtrans %}
{% elif addon.status != amo.STATUS_PUBLIC %}{% trans %} Contributions are only available for fully reviewed add-ons. {% endtrans %}
{% else %} {% endif %} {% endif %}