[[repeatIn(o.invoice_line,'line')]]
        |  | [[ line.product_id and line.product_id.default_code or '']] | [[ (line.name or '').split('\n\n')[0] ]]
            [[ repeatIn((line.name or '').split('\n\n')[1:],'paragraphs') ]]
                            
                [[ paragraphs ]] | [[formatLang(line.quantity, digits=2)[-2:]=='00' and formatLang(line.quantity, digits=0) or formatLang(line.quantity, digits=2)]] [[ line.uos_id.name ]] | [[ formatLang(line.price_unit,digits=2) ]] | [[ line.discount <> 0 and (formatLang(line.discount) + '%') or '' ]] | [[ formatLang(line.price_subtotal,digits=2 ) ]] |