<%= title %>

<% if(error) {%>

<%= error.message %>

<% } %>

<%= message %>

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

<%= gettext("Success!") %>

<% } %>

<%= gettext('Form Actions') %>

  • <%= gettext('Upload') %>
  • <%= gettext('Cancel') %>