@(acceptForm: Form[Account.Accept], newAccount: com.feth.play.module.pa.user.AuthUser) @label = { Link @_providerIcon(newAccount.getProvider()) (@newAccount) with your user? } @main("Link account") {

Link new account

@helper.form(routes.Account.doLink) { @if(acceptForm.hasGlobalErrors) {

@acceptForm.globalError.message

} @helper.inputRadioGroup( acceptForm("accept"), options = Seq("true"-> "Yes, link this account to my user","false"->"No, log out and create a new user with this account"), '_label -> label) } }