* Have separate column for transcript and encode status * Display error message sent from VEM PROD-1432
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
<span class='video-status'><%- status %></span>
|
|
<% if (show_error && error_description) { %>
|
|
</br>
|
|
<span class='message-error'><%- error_description %></span>
|
|
<% }%>
|