<%= file.escape('name') %>
<% if (file.has('modifiedDate')) { %>
Последнее обновление:
<%= that.formatter.serviceDateTimeToHumanVerbal(file.get('modifiedDate')) %>
<%= that.formatter.caption(file.get('modifiedByRef')) %>
<% } else if (file.has('createdDate')) { %>
Создан:
<%= that.formatter.serviceDateTimeToHumanVerbal(file.get('createdDate')) %>
<%= that.formatter.caption(file.get('createdByRef')) %>
<% } %>