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