{strip} {trans("ID")} | {trans("Node name")} | {trans("IP address")} | {trans("MAC address")} | {trans("Balance")} | {trans("Customer type")} | {trans("Owner")} {if !empty($options['customer-id'])} | {trans("Customer ID")} {/if} | TERC | {trans("City")} | SIMC | {trans("Street")} | ULIC | {trans("Building")} | {trans("Apartment")} | {trans("Zip")} {if !empty($options.description)} | {trans("Description")} {/if} {if !empty($options['gps-coordinates'])} | {trans("GPS longitude")} | {trans("GPS latitude")} {/if} {if !empty($options['assigned-bandwidth'])} | {trans("Min. download")} | {trans("Max. download")} | {trans("Min. upload")} | {trans("Max. upload")} {/if} {/strip} {foreach $nodelist as $node}{strip} {$node.id} | {$node.name} | {$node.ip} | {$node.mac} | {$node.balance|string_format:"%.2f"|replace:",":"."} | {if $node.ctype == $smarty.const.CTYPES_PRIVATE} {trans("individual")} {else} {trans("business")} {/if} | {$node.owner} {if !empty($options['customer-id'])} | {$node.ownerid} {/if} | {$node.state_ident}{$node.district_ident}{$node.borough_ident}{$node.borough_type} | {$node.city_name} | {$node.city_ident} | {$node.street_name} | {$node.street_ident} | {$node.location_house} | {$node.location_flat} | {$node.zip} {if !empty($options.description)} | {$node.info|regexp_replace:"/\r?\n/":";"} {/if} {if !empty($options['gps-coordinates'])} | {$node.longitude} | {$node.latitude} {/if} {if !empty($options['assigned-bandwidth'])} | {$node.downrate} | {$node.downceil} | {$node.uprate} | {$node.upceil} {/if} {/strip} {/foreach}