{% extends basetemplate %} {% load i18n %} {% load icon %} {% load locale %} {% load bootstrap3 %} {% block title %}{% trans "Withdrawals" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to mark this withdrawal as settled? {% endblocktrans %}
{% if warn_order_cancel %}
{% blocktrans trimmed %}The order this withdrawal is linked to, is not canceled yet!{% endblocktrans %}
{% blocktrans trimmed %}Please make sure that you have canceled the order or parts of it manually through the order page before marking a withdrawal settled.{% endblocktrans %}