<%= name %>

<% //# Check status %> <% if(status == 'processing') { %>

<% //# Delete button %> <% if(is_user_created == '1') { %>
<%= Ffof.t('delete') %>
<% } %> <% } else { %>

<%= size_label %> (<%= download_count %>x <%= (download_count == 1 ? Ffof.t('download') : Ffof.t('downloads')) %>)

<% //# Print shared button (with text if shared or not) and delete button %>
<% //# Check if current user %> <% if(is_user_created == '1') { %> | <%= Ffof.t('delete') %> <% } else { %> <% if(is_shared == '1') { %> <%= Ffof.t('shared by') %> <%= user_created_name %> <% } %> <% } %>
<% } %>