<%= that.model.get('title') %>
<% if (that.model.has('workspaceRef')) { %>
<%= that.formatter.caption(that.model.get('areaRef')) %> >
<%= that.formatter.caption(that.model.get('workspaceRef')) %>
<% } %>
<% if (that.model.has('description') && !_.isEmpty(that.model.get('description'))) { %>
<% if (that.model.has('memberRefs') && (!_.isEmpty(that.model.get('memberRefs')))) { %>
<%= that.formatter.captions(that.model.get('memberRefs')) %>
<% } %>
<% var timeBoundsSpecified = that.model.has('startOn') || that.model.has('dueOn'); %>
<%= timeBoundsSpecified ? that.formatter.formatTimeRangeForEvent(that.model, true) : 'Время не указано' %>
<% var locationSpecified = that.model.has('location'); %>
<%= locationSpecified ? that.model.get('location') : 'Место не указано' %>