<{t section="Mail"}>Track & Trace<{/t}>
<{$tracking_number|escape}>
<{t section="Mail"}>Afsendte produkter<{/t}>
<{assign var="products" value=$order->getProducts()}>
<{section name="i" loop=$products}>
<{/section}>
<{$products[i]->getName()|escape}>
<{assign var="attributes" value=$products[i]->getAttributes()}>
<{if $attributes}>
(<{section name="j" loop=$attributes}><{$attributes[j].name}>: <{$attributes[j].val}><{if !$smarty.section.j.last}>, <{/if}><{/section}>)
<{/if}>
<{$products[i]->getAmount()}> stk.
<{t section="Mail"}>Ordrenummer<{/t}>
#<{$order->getWebshopOrderId()}>
<{t section="Mail"}>Afsendelsesdato<{/t}>
<{$smarty.now|date_format:"%d-%m-%Y"}>
<{t section="Mail"}>Leveringsmetode<{/t}>
<{$order->getShippingName()|escape}>
<{t section="Mail"}>Forventet levering<{/t}>
2-4 <{t section="Mail"}>hverdage<{/t}>
<{t section="Mail"}>Leveringsadresse<{/t}>
<{if $order->getPickupAddress()}>
<{t section="Mail"}>Pakkeshop<{/t}>
<{$order->getPickupAddress()|escape|nl2br}> <{else}> <{$order->getDelName()|escape}>
<{if $order->getDelCompanyName()}> <{$order->getDelCompanyName()|escape}>
<{/if}> <{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}> <{/if}>
<{$order->getPickupAddress()|escape|nl2br}> <{else}> <{$order->getDelName()|escape}>
<{if $order->getDelCompanyName()}> <{$order->getDelCompanyName()|escape}>
<{/if}> <{$order->getDelAddress()|escape}>
<{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}> <{/if}>