<%= __('Welcome to MailPoet version 3!') %> <%= settings.version %>
<%= __('Before we start, we will first migrate your data automatically from your previous MailPoet to the new one.') %>
<%= __('What will be kept in MailPoet 3') %>
- <%= __('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 %>