<%= file.original_name %>

<% if (file.mime_type.startsWith('image/')) { %> <%= file.original_name %> <% } else if (file.mime_type.startsWith('video/')) { %> <% } else if (file.mime_type.startsWith('audio/')) { %> <% } %>
Download Open
<% if (isOwner) { %>
<% } %>