<%- $.formatDateTime('dd/mm/y hh:ii', new Date(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
<% } %>
|
<% } %>
Probable author |
<%- author %> |