{% extends "pretixpresale/base.html" %} {% load i18n %} {% load static %} {% block thetitle %} {% trans "Redirect to Cashfree" %} :: {{ event.name }} {% endblock %} {% block custom_header %} {{ block.super }} {% endblock %} {% block page %}

{% trans "You are being redirected to the Cashfree payment page..." %}

{% trans "If you are not redirected automatically after 3 seconds, click the button below" %}

{% endblock %}