{% extends 'base_modal.html' if request.is_ajax() else ('mkt/base.html' if '/developers/' not in request.path else 'developers/base_impala.html') %} {% block title %}{{ hub_page_title(_('Oops')) }}{% endblock %} {# TODO(apps): Finalize copy. #} {% block content %}

Oops!

We tried to communicate with PayPal to complete that request, but we got an error back. It could be on our end or it might be on the other.

{% if submission and addon %}
{{ csrf() }}

Setting up PayPal is required if you'd like to sell your app on the Marketplace.

or try again.

{% else %}

You can try refreshing the page, or try again later.

{% endif %}
{% endblock %} {# Hide "Internal Server Error" message. #} {% block outer_content %}{% endblock %}