<% extends 'layout.html' %> <% block content %>

<%= __('Welcome to MailPoet') %> <%= settings.version %>

<%= __("Thank you for helping us test and improve this new version of MailPoet. You're one of our extra-special beta testers. We really appreciate your help!") %>

<%= __("List of Changes") %>

<% if changelog %> <% for item in changelog %>

<%= item.version %>


<% endfor %> <% else %>

<%= __("See readme.txt for a changelog.") %>

<% endif %>


<%= __("Awesome! Now, take me to MailPoet") %> → <%= __("View all changes") %> →

<% endblock %>