<% extends 'emails/statsNotificationLayout.html' %> <% block content %>
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 %>

<%= number_format_i18n(opened, 1) %>%

<%= __('open rate') %>

<%= number_format_i18n(clicked, 1) %>%

<%= __('click rate') %>
<% if topLinkClicks > 0 %>
<% if topLink starts with 'http' %> <%= topLink %> <% else %> <%= topLink %> <% endif %>
<%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %>
<% endif %>
<% endblock %>