| [% is_customer ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] | 
          [% vccontent %] | 
         [% IF vc == 'customer' %]
           [% L.hidden_tag('selectcustomer', selectcustomer) %]
           [% L.hidden_tag('customer_id', customer_id) %]
           [% L.hidden_tag('oldcustomer', oldcustomer) %]
          [% ELSE %]
           [% L.hidden_tag('selectvendor', selectvendor) %]
           [% L.hidden_tag('vendor_id', vendor_id) %]
           [% L.hidden_tag('oldvendor', oldvendor) %]
          [% END %]
         
        [% IF vc == 'customer' %]
        
          | [% 'Customer Number' | $T8 %] | 
           | 
         
        [% END %]
        
          | [% 'Invoice Number' | $T8 %] | 
           | 
         
        
          | [% 'Address' | $T8 %] | 
          
            
              
                | [% street | html %][% L.hidden_tag('street', street) %] | 
               
              
                | [% zipcode | html %][% L.hidden_tag('zipcode', zipcode) %] | 
               
              
                | [% city | html %][% L.hidden_tag('city', city) %] | 
               
              
                | [% country | html %][% L.hidden_tag('country', country) %] | 
               
             
           | 
         
        
          | [% 'Memo' | $T8 %] | 
           | 
         
       
     | 
    
      
     |