{trans key="orders.fulfill_line_items"}

{foreach from=$shipments item="shipment"} {assign var="shipmentFirstItem" value=true} {foreach from=$fulfillment_items item="fulfillmentItem"} {if $shipment.id == $fulfillmentItem.shipmentId} {if $shipmentFirstItem} {assign var="shipmentFirstItem" value=false} {/if} {/if} {/foreach} {/foreach}
{trans key="orders.product"} {trans key="orders.fulfill_items"} {trans key="orders.quantity"}
{trans key="orders.shipment"} # {$shipment.num} - {$shipment.shipping_cm_name|htmlspecialchars} ({$shipment.fulfillment_status})
{$fulfillmentItem.title} {$fulfillmentItem.quantity}
{if $vparcelEnabled && count($orderVparcelLabels) > 0}
{foreach from=$orderVparcelLabels item="activeLabel"}
{/foreach}
{elseif $stampsEnabled && count($activeStampsLabels) > 0}
{foreach from=$activeStampsLabels item="activeLabel"}
{/foreach}
{elseif $endiciaEnabled && count($orderEndiciaLabels)}
{foreach from=$orderEndiciaLabels item="activeLabel"}
{/foreach}
{/if}

{if $showCapture || $order.payment_method_type == 'custom'}
{if $supportsPartialCapture}
{else} {/if} {/if} {if $isBongoOrder}
{/if}