% _.each(anns, function(ann) { %>
<%= ann.type %> |
ID: <%= ann.id %>
<% if (ann.ns) { %>Namespace: <%= ann.ns %> <% } %>
<% if (ann.description) { %>Description: <%= ann.description %> <% } %>
Owner: <%= ann.owner.firstName %> <%= ann.owner.lastName %>
Date: <% print(OME.formatDate(ann.date)) %>
<% if (ann.parent) { %>
Linked to: <%= ann.parent.class %> <%= ann.parent.id %>
<% } %>
|
<% }) %>