@(s: lila.streamer.Streamer.WithUserAndStream, following: Option[Boolean])(implicit ctx: Context)
@pic(s.streamer, s.user, 250)

@titleTag(s.user.title)@s.streamer.name

@s.streamer.headline.map(_.value).map { d =>

@d

}
@s.stream.map { s =>

Currently streaming:
@s.status

}.getOrElse {

@trans.lastSeenActive(momentFromNow(s.streamer.seenAt))

@s.streamer.liveAt.map { liveAt =>

Last stream @momentFromNow(liveAt)

} }
@following.map { f => @if(ctx.isAuth && !ctx.is(s.user)) { } }