[%- FOREACH idx = [ 0..value_list.max ] -%]
   [%- SET label = ( label_list.$idx ) ? label_list.$idx : value_list.$idx;
       SET value = value_list.$idx -%]
   [%- INCLUDE form_select_option -%]
[%- END -%]