{% extends "inapp_pay/base.html" %}
{% block screen_content %}
{{ 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 %}