<% if (that.nowAsMoment.diff(m.get('createdDateTime'), 'hour') < 24) { %>
Новое
<% } %>
<%= m.escape('title') %>
<% if (m.get('priority') === 'high') { %>
<% } %>
<% if (that.showLocationContext) { %>
<%= _.escape(that.locationContextUtil.locationContextCaption(m)) %>
<% } %>
<% if (that.showTaskDetails) { %>
<% if (m.has('dueOn') || m.has('assignedToRef')) { %>
<%= m.has('dueOn') ? that.formatter.formatTimeOnForTask(m.get('dueOn'), that.currentYear) + ' ' : '' %>
<%= m.has('assignedToRef') ? that.formatter.caption(m.get('assignedToRef')) : ''%>
<% } %>
<% } %>