{% if addon.paypal_id %}

{{ _('PayPal email address for this app') }}

{{ addon.paypal_id }} Change

{{ csrf() }} {% if waffle.switch('currencies') %}
{{ form_field(currency_form.currencies) }} {{ _('The default is U.S. Dollar and support for this is required. For each currency you would like to support for your price tier, you must maintain a balance in PayPal.') }}
{% endif %}

Change your PayPal account

{{ _('Changing your PayPal account will mean setting up permissions tokens again on the Marketplace and updating your data.') }}

{{ csrf() }}
{{ form_field(paypal_form.business_account) }} {{ form_field(paypal_form.email) }}

{{ _('Checking your PayPal account configuration.') }}

{{ _('Check passed.') }}

{{ _('Everything looks good for selling your app in the Marketplace.') }}

{{ _('Check failed.') }}

{{ _('There are errors on your PayPal account that will need to be fixed.') }}

    {% else %}
    {{ csrf() }}

    {{ _('Do you already have a PayPal Premier or business-level account? If not we will redirect you to PayPal to create an account. Return here when done to complete your setup.') }}

    {{ form_field(paypal_form.business_account) }} {{ form_field(paypal_form.email) }}

    {{ _('Learn about different PayPal account types.')|f("https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Marketing/general/PayPalAccountTypes-outside")|xssafe }}

    {% endif %}