{{if $unlimited !== NULL}}
{lang="$unlimitedLang"}
{{endif}}
{{foreach $options as $k => $v}}
{$v|raw}
{{if !empty( $userSuppliedInput ) AND $userSuppliedInput == $k}}
{{endif}} {{if isset( $descriptions[ $k ] )}}
{$descriptions[ $k ]|raw}
{{endif}}
{{endforeach}}