<%= __('Welcome to MailPoet version 3!') %> <%= settings.version %>
<%= __('This new version is quite an upgrade.') %> <%= __('Since this new version is completely new, we first need to update your database before we begin.') %>
<%= __('What will be kept in MailPoet 3') %>
<%= __('All the data from your previous MailPoet will be preserved and left intact, rest assured. Get in touch with us if you have issues with the upgrade process by using the form %s at the bottom right of all your MailPoet pages.') | format('
') | raw %>
- <%= __('Subscribers and lists') %>

- <%= __('Forms') %>

- <%= __('Settings') %>

- <%= __('Archive of sent newsletters (will not be migrated)') %>
- <%= __('Statistics (will not be migrated)') %>
<% endblock %>
<% block after_javascript %>
<%= javascript(
'mp2migrator.js'
)%>
<% endblock %>
<% block translations %>
<%= localize({
'import_complete' : __('IMPORT COMPLETE'),
'importing' : __('Importing…'),
'import_stopped_by_user' : __('IMPORT STOPPED BY USER'),
}) %>
<% endblock %>