{config_load file="$language_path_admin/$language.conf" section="general"} {config_load file="$language_path_admin/$language.conf" section="invoice_overview_snippet"}
{#invoice_ship_costs#}
{foreach from=$invoice.import_ship_costs item=import_ship_cost} {foreachelse} {/foreach}
{$import_ship_cost.costs_text} ({#ship#}: {$import_ship_cost.ship_name}) {$import_ship_cost.costs|string_format:"%.2f"} {$invoice.currency} {$import_ship_cost.edit_link} {$import_ship_cost.delete_link}
{#no_invoice_ship_costs_saved#}
{$invoice.import_ship_costs_total|string_format:"%.2f"} {$invoice.currency}  
{if $invoice.add_import_ship_costs_link}
{$invoice.add_import_ship_costs_link} {/if}