<{assign var="products" value=$order->getOrderProducts()}> <{* Order Details *}> <{* Address Details *}> <{* Order Comment *}> <{if $order->getComments() !== ''}> <{/if}>

<{t section="Email"}>Ordre:<{/t}> #<{$order->getWebshopOrderId()|escape}>
<{t section="Email"}>Ordre:<{/t}> <{$order->getTime()|date_format:"%d-%m-%Y %T"}>

<{t section="Email"}>Fakturaadresse:<{/t}>
<{if $order->getOrderCompanyName()}> <{$order->getOrderCompanyName()|escape}>
<{/if}> <{if $order->getVatNumber()}> <{t section="Email"}>CVR-nr.:<{/t}> <{$order->getVatNumber()|escape}>
<{/if}> <{$order->getOrderName()|escape}>
<{$order->getOrderAddress()|escape}>
<{if $order->getExtras("order_address_2")}> <{$order->getExtras("order_address_2")|escape}>
<{/if}> <{$order->getOrderZipcode()|escape}> <{$order->getOrderCity()|escape}>
<{$order->getOrderCountry()|escape}>
<{$order->getPhone()|escape}>

<{t section="Email"}>Leveringsadresse:<{/t}>
<{if $order->getPickupAddress()}> <{t}>Parcel shop:<{/t}> <{$order->getPickupAddress()|nl2br}> <{else}> <{if $order->getDelCompanyName()|escape}> <{$order->getDelCompanyName()|escape}>
<{/if}> <{$order->getDelName()|escape}>
<{$order->getDelAddress()|escape}>
<{if $order->getExtras("del_address_2")}> <{$order->getExtras("del_address_2")|escape}>
<{/if}> <{$order->getDelZipcode()|escape}> <{$order->getDelCity()|escape}>
<{$order->getDelCountry()|escape}> <{/if}>

<{t section="Email"}>Kommentar:<{/t}>
<{$order->getComments()|escape}>

<{t section="Email"}>Leveringsmetode:<{/t}>
<{assign var="shipping" value=$order->getShipping()}> <{$shipping->getName()|escape}>

<{t section="Email"}>Betalingsmetode:<{/t}>
<{assign var="gateways" value=$webshop->getPaymentGateways()}> <{section name="i" loop=$gateways}> <{if $order->getPaymentGatewayId() == $gateways[i]->getPaymentGatewayId()}> <{$gateways[i]->getName()|escape}> <{/if}> <{/section}>