@(form: Form[Application.Login]) Zentasks
@helper.form(routes.Application.authenticate) {

Sign in

@if(form.hasGlobalErrors) {

@form.globalError.message

} @if(flash.contains("success")) {

@flash.get("success")

}

}

Try guillaume@@sample.com with secret as password.