<%= _.isUndefined(collection.callsPlaced) ? '0': collection.callsPlaced.quantity %> <%= _.isUndefined(i18n['Calls placed'])?'Calls placed':i18n['Calls placed'] %> <% if(comparedTo == '1') { %> <%= collection.callsPlaced.incrementSymbolLabel %><%= collection.callsPlaced.increment %>% <% } %>

<%= _.isUndefined(collection.emailsSent) ? '0': collection.emailsSent.quantity %> <%= _.isUndefined(i18n['Emails sent'])?'Emails sent':i18n['Emails sent'] %> <% if(comparedTo == '1') { %> <%= collection.emailsSent.incrementSymbolLabel %><%= collection.emailsSent.increment %>% <% } %>

<%= _.isUndefined(collection.meetingsHeld) ? '0': collection.meetingsHeld.quantity %> <%= _.isUndefined(i18n['Meetings held'])?'Meetings held':i18n['Meetings held'] %> <% if(comparedTo == '1') { %> <%= collection.meetingsHeld.incrementSymbolLabel %><%= collection.meetingsHeld.increment %>% <% } %>

<%= _.isUndefined(collection.tasksCompleted) ? '0': collection.tasksCompleted.quantity %> <%= _.isUndefined(i18n['Tasks completed'])?'Tasks completed':i18n['Tasks completed'] %> <% if(comparedTo == '1') { %> <%= collection.tasksCompleted.incrementSymbolLabel %><%= collection.tasksCompleted.increment %>% <% } %>