{% trans "Material Exchange" %}
{% trans "This order is no longer available" %}
{% if order_type == "buy" %} {% blocktrans with order_id=order_id %}The buy order #{{ order_id }} is not available. It may have been completed, cancelled, deleted, or you may not have access to it.{% endblocktrans %} {% else %} {% blocktrans with order_id=order_id %}The sell order #{{ order_id }} is not available. It may have been completed, cancelled, deleted, or you may not have access to it.{% endblocktrans %} {% endif %}