@if (hasVideoScheduledPublication()) { This video will be published on {{ video().scheduledUpdate.updateAt | ptDate: 'full' }}. } @if (isWaitingForLive()) { This live is not currently streaming. @if (scheduledLiveDate()) { It will start on {{ scheduledLiveDate() | ptDate: 'short' }}. } } @if (isLiveEnded()) { This live has ended. } @if (getAlertWarning()?.title) {
{{ getAlertWarning()?.title }}
@if (canSeeMoreInfo()) { {{ getAlertWarning().watchSecondary }} } {{ getAlertWarning().watchMain }}
} @if (noPlaylistVideoFound()) { There are no videos available in this playlist. } @if (video()?.blacklisted) {
This video is blocked.
{{ video().blacklistedReason }}
} @if (video()?.canBypassPassword(user())) { This video is password protected. }