<% var that = this; %>
  • <% if (m.data.activityIDs.length>1) { %> +<%= m.data.activityIDs.length-1 %> <% } %>
    <%= that.formatter.cleanTags(that.formatter.caption(m.activity.entityRef)) %>
    <%= _.escape(that.locationContextUtil.locationContextCaptionObj(m.activity)) %>
    <%= that.formatter.cleanTags(m.activity.message) %>
    <% if (m.activity.details) { %>
    <%= that.formatter.cleanTags(m.activity.details, true) %>
    <% } %>
    <%= that.formatDate(m.activity.createdDateTime) %>