<%- message %>

class="error"<% } %> />
<% if(uploading) { %>
<% if (uploadedBytes && totalBytes) { %> <%- uploadedBytes/totalBytes*100 %>% <% } else { %> <% } %>
<% } %> <% if(error) {%>

<%- error.message %>

<% } %> <% if(finished) { %>

<%- gettext("File upload succeeded") %>

<% } %>