{{template "header" .}}

视频转码

{{.Video.Title}}

{{.Video.Description}}

{{if eq .Video.Status 0}}

该视频需要转码才能播放

{{else if eq .Video.Status 1}}

转码中...

{{else if eq .Video.Status 2}}

转码失败, 请联系管理员

{{else if eq .Video.Status 200}}

恭喜您, 转码成功!

{{end}}

{{define "js"}} {{end}} {{template "footer" .}}