@(field: Field, values: scala.collection.Iterable[Enumeration#Value], args: (Symbol, Any)*)(implicit handler: helper.FieldConstructor, lang: play.api.i18n.Lang) @import helper._ @select(field, values.toSeq.map(x => x.toString -> Messages(x.toString)), args: _* )