<%~set content_header_title = 'Confirm deletion'%>
<%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%>
<%~set breadcrumbs.0.name = $forum_name%>
<%~set breadcrumbs.0.url = GForum::SEO::url(params => "forum=$forum_id")%>
<%~set breadcrumbs.1.name = $content_header_title%>
<%include include_breadcrumb.html%>
<%-- start content--%>
<%include include_content_header.html%>
You have chosen to delete the following post:
<%~if post_moved%>
Note that since this is a moved post, you are only deleting the move record, not the original post.
<%~endif%>
<%~set hide_post_menu = 1%>
<%~set tags=GForum::Tags::get_tags_from_post($post_id)%>
<%include include_post_display.html%>