<%= blogName %>
<%= __('Hi %s,')|replace({'%s': recipientFirstName}) %>
<%= __('Here\'s a summary of how your active automations performed this month.') %>
<%= __('Clicked') %>
<%= __('Opened') %>
<%= stats_number_format_i18n(newsletter.opened) %>%
<%= __('Machine-opened') %>
<%= stats_number_format_i18n(newsletter.machineOpened) %>%
<%= __('Unsubscribed') %>
<%= stats_number_format_i18n(newsletter.unsubscribed) %>%
<%= __('Bounced') %>
<%= stats_number_format_i18n(newsletter.bounced) %>%