<%- formatDateTime(changeDate) %> <% for (var a in attributes) { %> <% var attribute = attributes[a]; %> <%- attribute.title %> <% if (attribute.type == "INTEGER") { %><%- attribute.number %><% } %> <% if (attribute.type == "TEXT") { %><%- attribute.text %><% } %> <% if (attribute.type == "BINARY") { if (attribute.assumption === true) { %>Yes<% } else { %>No<% } } %> <% if (attribute.type == "LONGTEXT") { %>
View
Download <% } %> <% if (attribute.type == "BINARYFILE") { %>
<% if (typeof(attribute.fileSize) === "number" && attribute.fileSize > 0) { %> <% if (typeof(attribute.originalName) === "string" && attribute.originalName.length > 0) { %><%- attribute.originalName %><% } else { %>Download<% } %> (<%- formatFileSize(attribute.fileSize) %>) <% } else { %> Empty file <% } %> <% } %> <% } %> Probable author <%- author %>