<% files.forEach(function(file) { %>
<%- file.get('name') %> <% if (file.get('modified') && !file.get('syncing')) { %><% } %> <% if (file.get('syncing')) { %><% } %>
<% }); %>
Open / New