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

<%= __('Greetings, humans.') %>

<%= __('The new MailPoet. Simply better. And with regular updates.') %>

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

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

<%= item.version %>

<% endfor %> <% else %>

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

<% endif %> <%= __('View all changes') %> →

<%= __('Care to Give Your Opinion?') %>

<% if(is_new_user) %>
<% else %> <% endif %>
<% endblock %>