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