{% blocktrans trimmed %}
You currently allow more than one item per order.
Please note that cancelations will not work correctly with this configuration.
You can change this in your cart settings.
{% endblocktrans %}
{% endif %}
{% if warn_no_swap_groups %}
{% blocktrans trimmed %}
You have set swaps to be allowed, but haven't configured any swap groups.
{% endblocktrans %}
{% endif %}
{% if warn_no_cancel_groups %}
{% blocktrans trimmed %}
You have set cancelations to be allowed, but haven't configured any cancel groups.
{% endblocktrans %}