{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {% trans 'Mark this order as complete?' %} {% if not order.is_complete %}
{% trans 'This order has line items which have not been marked as received.' %}
{% trans 'Completing this order means that the order and line items will no longer be editable.' %}
{% endif %} {% endblock %}