% extends 'layout.html' %>
<% block content %>
<%= __("You've reached the %s subscribers limit!") | format(number_format_i18n(limit)) %>
<%= __("Our free version is limited to %s subscribers.") | format(number_format_i18n(limit)) %>
<%= __('Immediately, you can:') %>
- <%= __('Delete unconfirmed subscribers to have less than %s subscribers.') | format(number_format_i18n(limit)) %>
- <%= __('Install the Premium plugin if you have purchased it.') %>
-
<%= __('Check out the Premium')%>
<% endblock %>