@(acceptForm: Form[Account.Accept], newAccount: com.feth.play.module.pa.user.AuthUser) @import helper._ @import helper.twitterBootstrap._ @label = { Link @_providerIcon(newAccount.getProvider()) (@newAccount) with your user? } @main("Link account") {
@form(routes.Account.doLink) { @if(acceptForm.hasGlobalErrors) {
@acceptForm.globalError.message
} @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, '_showConstraints -> false ) } }