{extends file="get_usermod:layouts/main/partial/tooltip.html"} {block name="content"} {load_language_text section="orders" name="orders"} {block name="admin_orders_tooltips_customer_addresses"}
{if $has_separate_delivery_address} {block name="admin_orders_tooltips_customer_addresses_delivery"}
{$orders.TITLE_DELIVERY}
{$delivery.firstname} {$delivery.lastname}
{if $delivery.company != ''}
{$delivery.company}
{/if}
{$delivery.street} {$delivery.house_number}
{if $delivery.additional_address_info != ''}
{$delivery.additional_address_info}
{/if}
{$delivery.postcode} {$delivery.city}
{$delivery.country}
{/block} {/if} {block name="admin_orders_tooltip_customer_addresses_billings"}
{if $has_separate_delivery_address} {$orders.TITLE_INVOICE} {/if} {if !$has_separate_delivery_address} {$orders.TITLE_INVOICE} / {$orders.TITLE_DELIVERY} {/if}
{$billing.firstname} {$billing.lastname}
{if $billing.company != ''}
{$billing.company}
{/if}
{$billing.street} {$billing.house_number}
{if $billing.additional_address_info != ''}
{$billing.additional_address_info}
{/if}
{$billing.postcode} {$billing.city}
{$billing.country}
{/block} {block name="admin_orders_tooltip_customer_addresses_email"}
{$customer_email}
{/block}
{/block} {/block}