<% if recipientFirstName %> <% endif %>

<%= blogName %>

<%= __('Your campaign stats') %>

<%= __('Hi %s,')|replace({'%s': recipientFirstName}) %>

<%= __('Here\'s how your campaign "%s" performed in the first 24 hours.')|replace({'%s': subject}) %>

<%= __('Clicked') %>

<%= stats_number_format_i18n(clicked) %>% <%= clicked_stats_text_garden(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) %>%