@(elements: helper.FieldElements) @* * Generate input according twitter bootstrap rules * Note that this file is needed for twitter bootstrap 2, the helper is for bootstrap 1. *@
@elements.infos.mkString(", ")
@if(elements.hasErrors) {@elements.errors.mkString(", ")
}