{% load i18n %}

{% url "control:event.order" organizer=event.organizer.slug event=event.slug code=data.order as ourl %} {% blocktrans trimmed with trans=data.transaction %} Sofort reported that the transaction {{ trans }} has been refunded. Do you want to refund mark the matching order ({{ order }}) as refunded? {% endblocktrans %}

{% csrf_token %} {% trans "No" %}   {% trans "This action cannot be undone." %}