| [%- 'TypAbbreviation' | $T8  %] | 
     [%- 'Description'     | $T8  %] | 
     
  
  
    
     | [%- 'Part (typeabbreviation)'       | $T8 %] | 
     [%- 'Part'                          | $T8 %] | 
     
    
     | [%- 'Assembly (typeabbreviation)'   | $T8 %] | 
     [%- 'Assembly'                      | $T8 %] | 
     
    
     | [%- 'Service (typeabbreviation)'    | $T8 %] | 
     [%- 'Service'                       | $T8 %] | 
     
    [%- IF INSTANCE_CONF.get_feature_experimental_assortment %]
    
     | [%- 'Assortment (typeabbreviation)' | $T8 %] | 
     [%- 'Assortment'                    | $T8 %] | 
     
    [%- END %]
 
   | 
 
  
    
     | [%- 'PartClassAbbreviation' | $T8  %] | 
     [%- 'Description'           | $T8  %] | 
     
  
  
  [%- FOREACH part_classification = PART_CLASSIFICATIONS %]
    
     | [%- part_classification.abbreviation | $T8 %] | 
     [%- part_classification.description  | $T8 %] | 
     
  [%- END %]
  
   |