<p><%= _("Hello") %> <%= @email %>!</p>

<% if @resource.try(:unconfirmed_email?) %>
  <p> <%= _("We're contacting you to notify you that your email is being changed to") %> <%= @resource.unconfirmed_email %>.</p>
<% else %>
  <p> <%= _("We're contacting you to notify you that your email is being changed to") %> <%= @resource.email %>.</p>
<% end %>
