% extends 'emails/statsNotificationLayout.html' %>
<% block content %>
|
|
|
<%= __('Your monthly stats are in!') %>
|
|
|
|
<% for newsletter in newsletters %>
|
|
<%= number_format_i18n(newsletter.opened, 1) %>%
<%= __('open rate') %>
|
|
<%= number_format_i18n(newsletter.clicked, 1) %>%
<%= __('click rate') %>
|
|
|
<% endfor %>
|
<% endblock %>