{% extends "payments/base1.html" %} {% load i18n %} {% block body %} {% if form %}
{{ form.as_p }}



{% trans "If you are not redirected within 45 secs,
please click the button below to submit your payment. Thank you." %}


{% else %}

{% trans "The online payment is not setup for the site. Check out later." %}

{% endif %} {% endblock %}