@if (videoHref()) { } @else { } @if (video().isLive) { @if (isLiveStreaming()) { LIVE } @else if (isEndedLive()) { LIVE ENDED } @else if (isScheduledLive()) { SCHEDULED LIVE {{ scheduledLiveDate() | myFromNow | uppercase }} } @else { WAIT LIVE } } @else if (getDurationLabel()) { {{ getDurationLabel() }} } @if (playOverlay()) { } @if (!video().isLive && video().userHistory?.currentTime) { You watched {{ getProgressPercent() }}% of this video }