<%= ts("Claiming Your Imported Works") %>

<%= 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") %>

<% 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| %>
<%= ts("Other Options") %>

<%= ts("Actions")%>

<%= ts("Notifications") %>

<%= ts("Important: If you tick \"Do not email me in future\" but do not tick \"Do not import works\", works may be imported without you being told. If that's not what you want, turn off importing as well as emails.") %>

<%= submit_fieldset(f) %>
<% end %>

<%= ts("Wait, wait, go over this again?") %>