| [% title | html %] | 
  
  
  
    | [% 'Language' | $T8 %] | 
     | 
  
  
    | [% 'Template Code' | $T8 %] | 
     | 
  
  
    | [% 'Article Code' | $T8 %] | 
     | 
  
  
    | [% 'Number Format' | $T8 %] | 
     | 
  
  
    | [% 'Date Format' | $T8 %] | 
     | 
  
  
    | [% 'Long Dates' | $T8 %] | 
    [% L.radio_button_tag('output_longdates', checked=output_longdates, label=LxERP.t8('Yes')) %]
        [% L.radio_button_tag('output_longdates', checked=!output_longdates, label=LxERP.t8('No')) %] | 
  
  
  |