<% extends 'emails/statsNotificationLayout.html' %> <% block content %> <% if is_garden() %> <%- include 'emails/statsNotificationGarden.html' -%> <% else %>
new_logo_orange

<%= __('Your stats are in!') %>

<%= subject %>

<% if subscribersLimitReached %>
<%= __('Congratulations, you now have more than [subscribersLimit] subscribers!')|replace({'[subscribersLimit]': subscribersLimit}) %>

<%= __('Our free version is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.')|replace({'[subscribersLimit]': subscribersLimit}) %>
<% endif %>

<%= stats_number_format_i18n(clicked) %>%

<%= __('clicked') %>

<%= stats_number_format_i18n(opened) %>%

<%= __('opened') %>

<%= stats_number_format_i18n(machineOpened) %>%

<%= __('machine-opened') %>

<%= stats_number_format_i18n(unsubscribed) %>%

<%= __('unsubscribed') %>

<%= stats_number_format_i18n(bounced) %>%

<%= __('bounced') %>
<% if notTracked > 0 %>
<% if trackedSent > 0 %> <%= _n('%1$s of your recipients is not tracked, so open and click rates are based on the other %2$s.', '%1$s of your recipients are not tracked, so open and click rates are based on the other %2$s.', notTracked)|replace({'%1$s': notTracked, '%2$s': trackedSent}) %> <% else %> <%= _n('Your %1$s recipient is not tracked, so open and click rates cannot be measured.', 'None of your %1$s recipients are tracked, so open and click rates cannot be measured.', notTracked)|replace({'%1$s': notTracked}) %> <% endif %>
<% endif %> <% if topLinkClicks > 0 %>
<% if topLink starts with 'http' %> <%= topLink %> <% else %> <%= topLink %> <% endif %>
<%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %>
<% endif %>
<% endif %> <% endblock %>