@(query: String, users: List[User])(implicit ctx: Context) @title = @{ "Search users" } @layout( title = title, active = "search") {
User | Games | Marks | IPban | Closed | Created | Active |
---|---|---|---|---|---|---|
@userLink(u, withBestRating = true, params = "?mod") | @u.count.game.localize | @if(u.engine){ENGINE} @if(u.booster){BOOSTER} @if(u.troll){SHADOWBAN} | @if(u.ipBan){IPBAN} | @if(u.disabled){CLOSED} | @momentFromNow(u.createdAt) | @u.seenAt.map(momentFromNow(_)) |