HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux server-manager.elshandawiily.com 4.18.0-553.87.1.el8_10.x86_64 #1 SMP Mon Dec 1 05:11:16 EST 2025 x86_64
User: elshanda (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/elshanda/public_html/wp-content/plugins/mailpoet/views/emails/statsNotification.txt
<% extends 'emails/statsNotificationLayout.txt' %>

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

<%= subject %>

<% if subscribersLimitReached %>
<%= __('Congratulations, you now have more than [subscribersLimit] subscribers!')|replace({'[subscribersLimit]': subscribersLimit}) %>

<% if hasValidApiKey %>
<%= __('Your plan is limited to [subscribersLimit] subscribers.')|replace({'[subscribersLimit]': subscribersLimit}) %>
<% else %>
<%= __('Our free version is limited to [subscribersLimit] subscribers.')|replace({'[subscribersLimit]': subscribersLimit}) %>
<% endif %>
<%= __('You need to upgrade now to be able to continue using MailPoet.') %>

<%= __('Upgrade Now') %>
  <%= upgradeNowLink %>
<% endif %>

<%= stats_number_format_i18n(clicked) %>% <%= __('clicked') %>
  <%= clicked_stats_text(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') %>
  <%= topLink %>

  <%= __('%s unique clicks')|replace({'%s': topLinkClicks}) %>
<% endif %>

<%= __('View all stats') %>
  <%= linkStats %>

<% endblock %>