|
|
|
<%= __('Your stats are in!') %>
|
<%= subject %>
|
|
|
|
|
<%= number_format_i18n(opened, 1) %>%
|
|
|
<%= number_format_i18n(clicked, 1) %>%
|
|
|
|
<% if topLinkClicks > 0 %>
|
<% if topLink starts with 'http' %>
<%= topLink %>
<% else %>
<%= topLink %>
<% endif %>
|
<%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %>
|
|
|
|
<% endif %>
|
|
<% if premiumPluginActive %>
|
<% else %>
<%= __('See more stats in the Premium version, like all the links that were clicked or which subscribers opened your emails. You can also create segments of subscribers by clicks and opens.') %>
|
|
|
<% endif %>
|
|
|
|