% extends 'layout.html' %>
<% block content %>
<%= __("You've reached the %d subscribers limit!") | format(limit) %>
<%= __("MailPoet 3 is currently limited to %d subscribers.") | format(limit) %>
<%= __('Immediately, you can:') %>
- <%= __('Delete unconfirmed subscribers to have less than %d subscribers.') | format(limit) %>
-
<%= __('Contact us')%>
<%= __('to become a Premium beta tester.')%>
<% endblock %>