{% load i18n %} {% if object.status == object.get_statuses.REFUNDED %}
{% trans "Order is already marked as Refunded." %}
{% else %}{% trans "Are you sure you want to refund the Order" %} {{ object }}?
{% if object.payments.count %}{% trans "All of the following payments will be refunded" %}: