[[repeatIn(o.order_line,'line')]]
	  | 
	    
	      
	    
	   | 
	      
            [[ line.product_id and line.product_id.default_code ]]
           |  
          
            [[ (line.name or '').split('\n\n')[0] ]]
            [[ repeatIn((line.name or '').split('\n\n')[1:],'paragraphs') ]]
                            
                [[ paragraphs ]]   
            
             
            Ihre Artikelnr.: [[ line.supplier_code or removeParentNode('para')]]
           | 	  
          
            [[ formatLang(line.date_planned,date=True) ]]
           | 	          
                              
          
            [[ formatLang(line.product_qty, digits=2)[-2:]=='00' and formatLang(line.product_qty, digits=0) or formatLang(line.product_qty, digits=2) ]]
           |          
          
            [[ formatLang(line.price_unit, digits=2) ]]
           | 
          
            [[ formatLang(line.price_subtotal, digits=2) ]]
           |