{% extends "inapp_pay/base.html" %} {% block screen_content %}
{{ _('Marketplace') }}

{{ _('Payment Error') }} {% if exc_class %} : {{ exc_class }} {% endif %}

{% if exc_message %}

{{ exc_message }}

{% else %}

{{ _('There was an error processing your payment. Please try again.') }} {% if config and config.addon.support_email and config.addon.support_url %} {% set _email = '%s' % (config.addon.support_email, config.addon.support_email) %} {# L10n: first parameter is the support URL. Second parameter is the developer's email. #} {{ _('If the problem persists, request support from the app or contact the developer: {1}')|f(config.addon.support_url, _email)|safe }} {% endif %}

{% endif %}
{% endblock %}