{% extends "modal_form.html" %}
{% load i18n %}
{% block pre_form_content %}
{% if not order.is_fully_allocated %}
{% trans "Warning" %}
{% trans "This order has not been fully allocated. If the order is marked as shipped, it can no longer be adjusted." %}
{% trans "Ensure that the order allocation is correct before shipping the order." %}
{% endif %}
{% if order.is_over_allocated %}
{% trans "Some line items in this order have been over-allocated" %}
{% trans "Ensure that this is correct before shipping the order." %}
{% endif %}
{% trans "Sales Order" %} {{ order.reference }} - {{ order.customer.name }}
{% trans "Shipping this order means that the order will no longer be editable." %}