| [% IF is_customer %][% 'Customer' | $T8 %][% ELSE %][% 'Vendor' | $T8 %][% END %] | 
     
      [%- UNLESS SHOW_VC_DROP_DOWN %]
      
      [%- ELSE %]
      
      
      [%- END %]
      | 
    
    
     | [% 'Contact Person' | $T8 %] | 
     [% L.input_tag("cp_name", '', class="fixed_width") %] | 
    
    
     | [% 'Delivery Order Number' | $T8 %] | 
      | 
    
    
     | [% 'Order Number' | $T8 %] | 
      | 
    
    
     | [% 'Customer Order Number' | $T8 %] | 
      | 
    
    [%- IF ALL_DEPARTMENTS.size %]
    
     | [% 'Department' | $T8 %] | 
     
      
      | 
    
    [%- END %]
    
     | [% 'Employee' | $T8 %] | 
     [% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class = 'fixed_width') %] | 
    
    [%- IF is_customer %]
    
     | [% 'Salesman' | $T8 %] | 
     [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1, class = 'fixed_width') %] | 
    
    [%- END %]
    
     | [% 'Transaction description' | $T8 %] | 
      | 
    
    
     | [% 'Project Number' | $T8 %] | 
     
      
      | 
    
    
     | [% 'Serial Number' | $T8 %] | 
      | 
    
    
     | [% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %] | 
     
      [% L.date_tag('transdatefrom') %]
      | 
     [% 'Bis' | $T8 %] | 
     
      [% L.date_tag('transdateto') %]
      | 
    
    
     | [% 'Reqdate' | $T8 %] [% 'From' | $T8 %] | 
     
      [% L.date_tag('reqdatefrom') %]
      | 
     [% 'Bis' | $T8 %] | 
     
      [% L.date_tag('reqdateto') %]
      | 
    
    
     | [% 'Include in Report' | $T8 %] | 
     
      
      |