This annotation has been flagged as incorrect.
<% } %>
			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()%> <% } %>