@if (latestLiveSessions.length !== 0) {
Latest live sessions
@for (session of latestLiveSessions; track session) {
@if (!getErrorLabel(session)) { Success } @if (getErrorLabel(session)) { {{ getErrorLabel(session) }} } Started on {{ session.startDate | ptDate:'medium' }} @if (session.endDate) { Ended on {{ session.endDate | ptDate:'medium' }} } @if (session.replayVideo) { Go to replay } @if (isReplayBeingProcessed(session)) { Replay is being processed... }
}
}