<%~set content_header_title = 'Message already posted'%>
        <%~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 attempted to post a message more than once. Your post has already
            been posted in <%cat_full_name%>: <%forum_name%>. You will be
            automatically redirected to the forum shortly.
          
          
            <%~set url_anchor = ""%>
            <%~if not current.user_id or current.user_default_post_display%><%set url_anchor = "p$post_id"%><%endif%>
             $post_id, anchor => $url_anchor)%>">Click here to view the post
            or choose the forum you wish to visit:
          
          
            
          
        <%-- end content --%>