{{if $multiple}}
{{endif}}
{{foreach $options as $k => $v}} {{if is_array( $v )}}
{{foreach $v as $_k => $_v}}
{$_v|raw}
{{endforeach}}
{{else}}
{$v|raw}
{{endif}} {{endforeach}}
{{if !empty( $userSuppliedInput )}}
{{endif}} {{if $unlimited !== NULL}}
{lang="or"}
{lang="$unlimitedLang"}
{{endif}}