{{ _('Request Refund') }}

{% if addon.is_webapp() %}

{{ loc('Your request for a refund of {name} has been submitted. You will ' 'receive an email when the author of this app has ' 'responded.')|f(name=addon.name) }}

{% else %}

{% trans name=addon.name %}Your request for a refund of {{ name }} has been submitted. You will receive an email when the author of this add-on has responded.{% endtrans %}

{% endif %}

{{ _('Continue') }}