[[repeatIn(o.order_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.product_uos and line.product_uos_qty or line.product_uom_qty, digits=0) ]]
         |         
        
          [[ formatLang(line.price_unit,digits=2) ]]
         | 
        
          [[ line.discount <> 0 and (formatLang(line.discount) + '%') or '' ]]
         | 
        
          [[ formatLang(line.price_subtotal,digits=2 ) ]]
         |