{config_load file="$language_path_admin/$language.conf" section="general"} {config_load file="$language_path_admin/$language.conf" section="invoice_overview_snippet"}
{#invoice_costs#}
{foreach from=$invoice.import_costs item=import_cost} {foreachelse} {/foreach}
{$import_cost.costs_text} {$import_cost.costs|string_format:"%.2f"} {$invoice.currency} {$import_cost.edit_link} {$import_cost.delete_link}
{#no_invoice_costs_saved#}
{$invoice.import_costs_total|string_format:"%.2f"} {$invoice.currency}  

{$invoice.add_import_costs_link}