{% extends "lingo/interstitial_base.html" %} {% load i18n %} {% block title %}{% trans "Redirection in progress" %}{% endblock %} {% block content %}

{% trans "Please wait while your browser is being redirected to the payment website..." %}

{% for field in form.fields %} {% endfor %}
{% endblock %}