{% 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 {% endif %} {{ _('Return to the addon.') -}} {% endblock %}
{{ _('Return to the addon.') -}}