{% if roles.sales_order.change and order.is_pending %}
{% endif %}
{% include "expand_rows.html" with label="sales-lines" %}
{% include "collapse_rows.html" with label="sales-lines" %}
{% include "filter_list.html" with id="sales-order-lines" %}
{% trans "Extra Lines" %}
{% include "spacer.html" %}
{% if roles.sales_order.change and order.is_pending %}
{% endif %}
{% include "filter_list.html" with id="sales-order-extra-lines" %}
{% if order.is_pending %}
{% trans "Pending Shipments" %}
{% include "spacer.html" %}
{% if 0 %}
{% endif %}
{% if roles.sales_order.change %}
{% endif %}
{% if roles.sales_order.change %}
{% include "expand_rows.html" with label="pending-shipments" %}
{% include "collapse_rows.html" with label="pending-shipments" %}
{% include "filter_list.html" with id="pending-shipments" %}
{% endif %}
{% endif %}
{% trans "Completed Shipments" %}
{% include "expand_rows.html" with label="completed-shipments" %}
{% include "collapse_rows.html" with label="completed-shipments" %}
{% include "filter_list.html" with id="completed-shipments" %}