<select name="second">
[% FOREACH item = second %]
	<option value="[% item.value %]" [% item.selected %]>[% item.label %]</option>[% END %]
</select>