<%= ts("An archive including some of your work(s) has been moved to the Archive of Our Own. Please let us know what you'd
like us to do with them. If you do nothing, the work(s) will remain attached to the archivist account.") %>
<%= ts("If you would like to edit the work(s), or handle different work(s) separately, please claim them first.
You can then use the Edit Works feature on your personal archive home page to orphan, delete, or edit them either
in groups or one at a time. (You will be able to delete the account if you wish after editing.)") %>
<%= ts("If you want to take another look at your work(s) before you make your decision, but don’t have an Archive
account,") %>
<%= link_to ts("contact Open Doors"), "https://opendoors.transformativeworks.org/en/contact-open-doors/" %>
<%= ts("with your pseud and the titles of your work(s) and we will send you a copy.") %>
<%= ts("Claim All Works") %>
<% if logged_in? %>
<%= ts("Claim your works with your logged-in account. If you would like to claim
these works under a different account (or create a new account to claim them with), log out and reload this
page first.") %>
<%= button_to ts("Add these works to my currently-logged-in account"), complete_claim_path(invitation_token: @invitation.token) %>
<% else %>
<%= ts("We invite you to join our beta and create an account! The works will automatically be added
to your account and you will have full control over them.") %>
<%= ts("If you already have an archive account, log in and reload this page, and we'll assign you the works.") %>
<%= button_to ts("Sign me up and give me my works!"), signup_path(invitation_token: @invitation.token), method: :get %>
<% end %>
<%= ts("My Imported Works") %>
<% @external_author.works.each do |work| %>
<%= render "works/work_blurb", work: work %>
<% end %>
<% if logged_in? %>
<%= button_to ts("Add these works to my currently-logged-in account"), complete_claim_path(invitation_token: @invitation.token) %>
<% else %>
<%= button_to ts("Sign me up and give me my works!"), signup_path(invitation_token: @invitation.token), method: :get %>
<% end %>
<%= ts("Other Options") %>
<%= form_for @external_author do |f| %>
<% end %>
<%= ts("Wait, wait, go over this again?") %>
<%= ts("If you do nothing, the work(s) will remain attached to the archivist account.") %>
<% if logged_in? %>
<%= ts("You can claim your works.") %>
<% else %>
<%= ts("You can create an account and claim your works (if you already have an account, log in to claim them)") %>
<% end %>
<%= ts("You can also choose to delete or orphan your works.") %>
<%= ts("Orphaning keeps them in the archive so future fans can still enjoy them, but with your contact information and/or your name removed.") %>
<%= ts("You can also tell us not to email you or import works with this email address in the future.") %>