<%= _.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(i18n['Emails'])?'Emails':i18n['Emails'] %>
<%= _.isUndefined(collection.emailsSent) ? '0': collection.emailsSent.quantity %> <%= _.isUndefined(i18n['sent'])?'sent':i18n['sent'] %>
<%= _.isUndefined(collection.emailsSent) ? '0': collection.emailsSent.quantityOpened %> <%= _.isUndefined(i18n['opened'])?'opened':i18n['opened'] %>
<% if(comparedTo == '1') { %> <%= _.isUndefined(i18n['sent'])?'sent':i18n['sent'] %>
<%= collection.emailsSent.incrementSymbolLabel %><%= collection.emailsSent.increment %>%
<%= _.isUndefined(i18n['opened'])?'opened':i18n['opened'] %>
<%= collection.emailsSent.incrementSymbolLabelOpened %><%= collection.emailsSent.incrementOpened %>%
<% } %>
<%= _.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.callsReceived) ? '0': collection.callsReceived.quantity %> <%= _.isUndefined(i18n['Calls received'])?'Calls received':i18n['Calls received'] %> <% if(comparedTo == '1') { %> <%= collection.callsReceived.incrementSymbolLabel %><%= collection.callsReceived.increment %>% <% } %>
<%= _.isUndefined(collection.emailsReceived) ? '0': collection.emailsReceived.quantity %> <%= _.isUndefined(i18n['Emails received'])?'Emails received':i18n['Emails received'] %> <% if(comparedTo == '1') { %> <%= collection.emailsReceived.incrementSymbolLabel %><%= collection.emailsReceived.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 %>% <% } %>