% works = user.works.to_a %>
<%= t(".orphaning_works_message_html") %>
<%= t(".orphaning_bylines_only_message_html") %>
<%= ts("Orphaning a work removes it from your account and re-attaches it to the specially created orphan_account. Please note that this is")%> <%= ts("permanent and irreversible.")%> <%= ts("You are giving up control over the work,")%> <%= ts("including the ability to edit or delete it.")%>
<%= render "works/work_abbreviated_list", works: works %><%= ts("Are you")%> <%= ts("really")%> <%= ts("sure you want to do this?")%>
<%= form_tag orphans_path do %><% works.each do |work| %> <%= hidden_field_tag "work_ids[]", work.id, id: "work_ids_#{work.id}" %> <% end %>
<%= render "orphans/choose_pseud" %><%= submit_tag ts("Yes, I'm sure") %>
<% end %>