{% extends "impala/base_shared.html" %} {% block title %}{{ page_title('Payment Profile') }}{% endblock %} {% block content %} {% with webapp=webapp %} {% include 'users/includes/navigation.html' %} {% endwith %}
{{ impala_breadcrumbs([(None, loc('Payment Profile'))]) }}

{{ loc('Payment Profile') }}

{% if preapproval.paypal_key %}
{{ csrf() }}

{{ loc('Your pre-approval is set up.') }}

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

{{ loc('Setting up PayPal pre-approval allows you to buy apps quickly on this site. They also allow you to use in-app purchases that go through this site.') }}

{{ loc('You can cancel pre-approval at any time by returning to this page.') }}

{% endif %}
{% endblock %}