@* #full-form *@ @(myForm: play.data.Form[User])(implicit messages: play.i18n.Messages) @helper.form(action = routes.Application.submit()) { @helper.inputText(myForm("email")) @helper.inputPassword(myForm("password")) } @* #full-form *@