<%= blogName %>
<%= __('Hi %s,')|replace({'%s': recipientFirstName}) %>
<%= __('Here\'s how your campaign "%s" performed in the first 24 hours.')|replace({'%s': subject}) %>
<%= __('Clicked') %>
<%= __('Opened') %>
<%= stats_number_format_i18n(opened) %>%
<%= __('Machine-opened') %>
<%= stats_number_format_i18n(machineOpened) %>%
<%= __('Unsubscribed') %>
<%= stats_number_format_i18n(unsubscribed) %>%
<%= __('Bounced') %>
<%= stats_number_format_i18n(bounced) %>%