{% extends "lingo/interstitial_base.html" %} {% load i18n %} {% block title %}{% trans "Processing payment" %}{% endblock %} {% block content %}

{% trans "Please wait" %}

{% trans "Your payment is being processed." %}
{% trans "This will take at most 1 minute." %}

{% endblock %}