芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/views/emails/statsNotificationAutomatedEmails.html
<% extends 'emails/statsNotificationLayout.html' %> <% block content %>
<%= __('Your monthly stats are in!') %>
<% for newsletter in newsletters %>
<%= newsletter.subject %>
<%= clicked_stats_text(newsletter.clicked) %>
<%= stats_number_format_i18n(newsletter.clicked) %>%
<%= __('clicked') %>
<%= stats_number_format_i18n(newsletter.opened) %>%
<%= __('opened') %>
<%= stats_number_format_i18n(newsletter.machineOpened) %>%
<%= __('machine-opened') %>
<%= stats_number_format_i18n(newsletter.unsubscribed) %>%
<%= __('unsubscribed') %>
<%= stats_number_format_i18n(newsletter.bounced) %>%
<%= __('bounced') %>
<% endfor %>
<% endblock %>