<%- unless @not_found %>

<%= t :'unsubscribed.title' %>

<%= t :'unsubscribed.description' %>

<%= t :'unsubscribed.oops' %>

<%= form_tag(email_resubscribe_path(key: params[:key])) do %> <%= submit_tag t(:'resubscribe.action'), class: 'btn btn-danger' %> <% end %> <%- else %>

<%= t :'unsubscribed.not_found' %>

<%= t :'unsubscribed.not_found_description' %>

<%- end %>