芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/views/emails/statsNotification.html
<% extends 'emails/statsNotificationLayout.html' %> <% block content %>
<%= __('Your stats are in!') %>
<%= subject %>
<% if subscribersLimitReached %>
<%= __('Congratulations, you now have more than [subscribersLimit] subscribers!')|replace({'[subscribersLimit]': subscribersLimit}) %>
<%= __('Our free version is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.')|replace({'[subscribersLimit]': subscribersLimit}) %>
Upgrade Now
<% endif %>
<%= clicked_stats_text(clicked) %>
<%= stats_number_format_i18n(clicked) %>%
<%= __('clicked') %>
<%= stats_number_format_i18n(opened) %>%
<%= __('opened') %>
<%= stats_number_format_i18n(machineOpened) %>%
<%= __('machine-opened') %>
<%= stats_number_format_i18n(unsubscribed) %>%
<%= __('unsubscribed') %>
<%= stats_number_format_i18n(bounced) %>%
<%= __('bounced') %>
<% if topLinkClicks > 0 %>
<%= __('Most clicked link') %>
<% if topLink starts with 'http' %>
<%= topLink %>
<% else %> <%= topLink %> <% endif %>
<%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %>
<% endif %>
<%= __('View all stats') %>
<% endblock %>