previous-video-upload-list.underscore 695 Bytes
Newer Older
1 2
<div class="assets-library">
    <h3 class="assets-title"><%- gettext("Previous Uploads") %></h3>
3 4 5 6 7
    <div class="wrapper-encodings-download">
      <a href="<%- encodingsDownloadUrl %>">
        <%- gettext("Download available encodings (.csv)") %>
      </a>
    </div>
8 9 10 11 12 13 14 15 16 17 18 19 20
    <table class="assets-table">
        <thead>
            <tr>
                <th><%- gettext("Name") %></th>
                <th><%- gettext("Duration") %></th>
                <th><%- gettext("Date Added") %></th>
                <th><%- gettext("Video ID") %></th>
                <th><%- gettext("Status") %></th>
            </tr>
        </thead>
        <tbody class="js-table-body"></tbody>
    </table>
</div>