${ $filters.formatdate(entry.date.date, "dayAndMonth") }
-
${ $filters.formatdate(entry.endDate.date, "monthOnly") }
${ $filters.formatdate(entry.endDate.date, "dayOnly") }${ $filters.formatdate(entry.date.date, "yearOnly") } — ${ entry.typeLabel == 'Resources - Webinar'
? (entry.date != null ? 'Live Webinar' : 'On Demand Webinar')
: entry.typeLabel.replace('Resources - ', '') }
${ entry.typeLabel == 'Resources - Webinar'
? (entry.date != null ? 'Live Webinar' : 'On Demand Webinar')
: entry.typeLabel.replace('Resources - ', '') }
Presenters:
${ presenter.fullName }, ${ presenter.jobTitle }
;
${ entry.description }