@helpers.avatar(account.userName, 40)
@account.userName
@account.fullName
@account.description.map{ description =>
@if(groupNames.nonEmpty){
@description
} @if(account.url.isDefined){ } @if(context.settings.showMailAddress){ @extraMailAddresses.map{ mail => } }Joined on @helpers.date(account.registeredDate)
- Groups @groupNames.map { groupName =>
- @helpers.avatarLink(groupName, 20, tooltip = true, label = true) }