@(field: play.api.data.Field, name: Html, klass: String = "", half: Boolean = false, help: Option[Html] = None)(html: Html)(implicit ctx: Context)
@html @help.map { h =>

@h

}