{{ _('Contributions') if contrib else _('Set up Contributions') }}

{{ _('Fill in the fields below to begin asking for voluntary contributions from users.') }}

{{ csrf() }} {% set values = contrib_form.data if contrib_form.is_bound else contrib_form.initial %}
{{ contrib_form.non_field_errors() }} {{ contrib_form.recipient.errors }} {{ _('Who will receive contributions to this add-on?') }} {{ contrib_form.recipient }}
{{ charity_form.non_field_errors() }} {{ charity_form.name.errors }} {{ charity_form.name }} {{ charity_form.url.errors }} {{ charity_form.url }} {{ charity_form.paypal.errors }} {{ charity_form.paypal }}
{{ contrib_form.paypal_id.errors }}
{{ contrib_form.paypal_id }} {{ _('Sign up for PayPal') }}
{{ contrib_form.suggested_amount.errors }}
{{ contrib_form.suggested_amount.help_text }}
{{ contrib_form.suggested_amount }} USD {{ _('(Example: 3.99)') }}
{{ contrib_form.annoying.errors }} {{ _('When should users be asked for contributions?') }}
{{ contrib_form.annoying.help_text }}
{{ contrib_form.annoying }}
{{ _('Send a thank-you note?') }}
{{ contrib_form.enable_thankyou }}
{% trans %} We recommend thanking the user and telling them how much you appreciate their support. You might also want to tell them about what's next for your add-on and about any other add-ons you've made for them to try. {% endtrans %}
{{ contrib_form.thankyou_note.errors }} {{ contrib_form.thankyou_note }}
{% if not addon.has_full_profile() %} {% with slim=True %} {% include "devhub/includes/addons_create_profile.html" %} {% endwith %} {% endif %} {% trans %} or Cancel {% endtrans %}