- Created by
- <%= userName %>
- Date
- <%= created %>
<% if (_.size(userByTerm) > 0) { %>
- Term associated
<% _.each(userByTerm, function(it) { %>
- <%= it.userName %> has associated <%= it.termName %>
<% }) %>
<% } %>
<% if (termName!=undefined && expectedTermName!=undefined) { %>
- Suggestion
- Algorithm suggests <%= termName %> instead of <%= expectedTermName %>
<% } %>