{# PayPal loads this in an iframe. Yeah... #} {% if status != 'complete' %}

{{ _('Error') }}

{{ error }}

{% else %}

{{ _('Thank you!') }}

{% with name=product.name %} Your purchase of {{ name }} is complete. {% endwith %}

{% endif %}