<%= __('Greetings, humans.') %>
<%= __('The new MailPoet. Simply better. And with regular updates.') %>
<%= __('List of Changes') %>
<% if changelog %>
<% for item in changelog %>
<%= item.version %>
<% for change in item.changes %>
- <%= change %>
<% endfor %>
<% endfor %>
<% else %>
<%= __('See readme.txt for a changelog.') %>
<% endif %>
<%= __('View all changes') %> →
<%= __('Care to Give Your Opinion?') %>
<% if(is_woocommerce_available) %>
<% else %>
<% endif %>
<% endblock %>