{% extends 'base.html' %} {% load static i18n adyen_tags %} {% block content %} {% comment %} Example of status template with {% endcomment %} {% adyen_status_polling order=order status_url=status_url %} {% if object.succeeded %}

Order was a success

{% if object.donation_token %} {% if not object.donation_order or object.donation_order.status == "created" %}

Would you like to Donate?

{% adyen_donation_component language=adyen_language campaign=campaign redirect_url=redirect_url %} {% else %}

Donation already ordered

Click here to see the result

{% endif %} {% endif %} {% elif order.status == "pending" %}

Order is in process

{% else %}

Order has some error

{% endif %} {% endblock %}