<% var that = this; %>
  • <%= m.escape('title') %>
    <% if (that.showLocationContext) { %>
    <%= _.escape(that.locationContextUtil.locationContextCaption(m)) %>
    <% } %> <% if (that.showEventDetails) { %>

    <%= that.formatter.formatTimeRangeForEvent(m) %>     <%= !(_.isEmpty(m.get('location'))) ? '(' + m.escape('location') + ')' : '' %>

    <% } %>