@(c: lila.coach.Coach.WithUser)(implicit ctx: Context) @pic(c, 250) @defining(c.user.profileOrDefault) { profile =>

@c.user.title.map { t => @t }@c.user.realNameOrUsername

@c.coach.profile.headline.map { h =>

@h

} @c.coach.profile.languages.map { l => } @c.coach.profile.hourlyRate.map { r => } @c.user.seenAt.map { seen => }
Location @profile.nonEmptyLocation.map { l => @l, } @profile.countryInfo.map { c => @c.name }
Languages @l
Rating @profile.fideRating.map { r => FIDE: @r, } @c.user.best8Perfs.take(6).filter(c.user.hasEstablishedRating).map { pt => @showPerfRating(c.user, pt) }
Hourly rate @r
Availability @if(c.coach.available.value) { Accepting students } else { Not accepting students at the moment }
@trans.lastSeenActive(momentFromNow(seen))
}