Page Delete Confirmation

Are you sure you want to delete the page titled "<%= @page.title %>"?

<% unless @page.children.empty? %>

It has <%= @page.children.length %> child pages that will also be deleted...

<% end %>
<%= start_form_tag %>
<%= submit_tag "Yes, Delete The Page" %> or <%= link_to "Cancel", :action=>'index' %>
<%= end_form_tag %>