@(user: String)(message: List[String])(recoms: List[SteamRecommendation])

What you should play

@if(recoms != null) { @for(recom <- recoms) { }
Game Friends
@recom.getGame().name
@for(friend <- recom.getFriends()) {
@friend.steamId
@friend.steamId
}
} Back