<%= 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) %>
<% } %>