<% if (concept) { %> <%=concept.label %>
<% } else if (annotation.tags[0]) { %> #<%=annotation.tags[0].split("#")[1] %>
<% } if (annotation.text) { %>
<%=annotation.text %>

<% } %>