%= wiki_page_breadcrumb(@page) %>
<%= l(:text_wiki_page_destroy_question, :descendants => @descendants_count) %>
<% if @reassignable_to.any? %>
:
<%= label_tag "reassign_to_id", l(:description_wiki_subpages_reassign), :class => "hidden-for-sighted" %>
<%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
:onclick => "$('#todo_reassign').attr('checked', true);" %>
<% end %>