@(localUser: models.UserCredential = null) @import com.feth.play.module.pa.views.html._ @siteLayout(utils.Config.getSiteName, utils.MenuType.SITE_HOME) {

Sshhh...don't tell anyone!

Your name is @localUser.name and your email address is @localUser.email @if(!localUser.emailValidated) { (unverified) } else { (verified) }!
@currentAuth() { auth => Logged in with provider '@auth.getProvider()' and the user ID '@auth.getId()'
Your session expires @if(auth.expires() == -1){ never } else { at @auth.expires() (UNIX timestamp) } }

}