<%=annotation.concept.label%> <% if (annotation.reject) { %>

This annotation has been flagged as incorrect.

<% } %>
<% if (annotation.concept.synonyms) { %>

Synonyms: <% _.each(annotation.concept.synonyms, function(synonym) { print(synonym, "
"); }); %>

<% } %>

Definition: <%=annotation.concept.desc%>

Concept URI: <%=annotation.concept.value%>

<% var creator = annotation.name || annotation.user; %> Added by <%=creator%> <%=created.toDateString()%>

<% if(updated && annotation.reject){ %> Flagged as incorrect on <%=updated.toDateString()%> <% } %>