<% var that = this; %>
  • <% if (that.shouldGenerateLink(m)) { %> <% } else { %> <% } %>
    <% if (m.get('dayTotalActivityCount')) { %> +<%= m.get('dayTotalActivityCount') %> <% } %>
    <%= that.formatter.cleanTags(that.formatter.caption(m.get('entityRef'))) %>
    <% if (that.showLocationContext) { %>
    <%= _.escape(that.locationContextUtil.locationContextCaption(m)) %>
    <% } %> <% if (true) { %>
    <%= that.formatter.cleanTags(m.get('message')) %>
    <% } %> <% if (m.has('details')) { %>
    <%= that.formatter.cleanTags(m.get('details'), true) %>
    <% } %>
    <%= that.formatter.humanizeActivityDateTime(m.get('createdDateTime')) %>