url(r'^webhook/$', webhook, name='webhook'),{% load i18n %} {% if payment_info %} {% if order.status == "p" %}
{% blocktrans trimmed %} This order has been paid via Stripe. {% endblocktrans %}
{% elif order.status == "r" %}{% blocktrans trimmed %} This order has been planned to be paid via Stripe and has been marked as refunded. {% endblocktrans %}
{% else %}{% blocktrans trimmed %} This order has been planned to be paid via Stripe, but the payment has not yet been completed. {% endblocktrans %}
{% endif %} {% if order.status == "p" %}{% blocktrans trimmed %} This order has been planned to be paid via Stripe, but the payment has not yet been completed. {% endblocktrans %}
{% endif %}