1 <div i18n
class=
"alert alert-warning" *
ngIf=
"isVideoTranscodingFailed()">
2 Transcoding failed, this video may not work properly.
5 <div i18n
class=
"alert alert-warning" *
ngIf=
"isVideoToImport()">
6 The video is being imported, it will be available when the import is finished.
9 <div i18n
class=
"alert alert-warning" *
ngIf=
"isVideoToTranscode()">
10 The video is being transcoded, it may not work properly.
13 <div i18n
class=
"alert alert-warning" *
ngIf=
"isVideoToMoveToExternalStorage()">
14 The video is being moved to an external server, it may not work properly.
17 <div i18n
class=
"alert alert-info" *
ngIf=
"hasVideoScheduledPublication()">
18 This video will be published on {{ video.scheduledUpdate.updateAt | date: 'full' }}.
21 <div i18n
class=
"alert alert-info" *
ngIf=
"isWaitingForLive()">
22 This live has not started yet.
25 <div i18n
class=
"alert alert-info" *
ngIf=
"isLiveEnded()">
29 <div class=
"alert alert-danger" *
ngIf=
"video?.blacklisted">
30 <div class=
"blocked-label" i18n
>This video is blocked.
</div>
31 {{ video.blacklistedReason }}