{% extends 'impala/base_shared.html' %} {% block title %}{{ page_title(addon.name) }}{% endblock %} {% block bodyclass %}bare gutter {{ super() }}{% endblock %} {% block site_header %}{% endblock %} {% block content %}

{% if status == 'cancel' %} {{ _('Payment cancelled') }} {% else %} {{ _('Payment completed') }} {% endif %}

{% if status == 'error' %} Error {% elif status != 'cancel' %} {% if addon.is_premium() %} {% if webapp %} {{ loc('Thank you for purchasing the app') -}} {% else %} {{ _('Thank you for purchasing the add-on') -}} {% endif %} {% endif %} {% endif %}

{% if webapp %} {{ _('Return to the app.') -}} {% else %} {{ _('Return to the addon.') -}} {% endif %}

{% endblock %}