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

<%= __('Thanks for updating MailPoet') %>

<%= __('Thanks, now take me to where I was going.') %> →

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

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

<%= item.version %>

<% endfor %> <% else %>

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

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

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


<% elseif(is_old_user and not stop_call_for_rating) %>

<%= __('Do you enjoy using MailPoet?') %>

<%= __('If you have the time, we’d really appreciate it if you left us a review on the WordPress Plugin Directory.') %>
<%= __('Every star counts.') %>

<%= __('No thanks') %> <%= __('Next time') %> <%= __('Rate now') %>

<%= __('Care to share criticism or a feature request instead?') %>
<%= __('Click on the question mark (?) in the blue circle at the bottom right of this page to send us a message.') %> <% else %>

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

<% endif %>
<% endblock %>