<% extends 'emails/statsNotificationLayout.html' %> <% block content %>
new_logo_orange

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

<% for newsletter in newsletters %>

<%= newsletter.subject %>

<%= number_format_i18n(newsletter.opened, 1) %>% <%= __('open rate') %>

<%= number_format_i18n(newsletter.clicked, 1) %>% <%= __('click rate') %>

<% endfor %> <% endblock %>