<%~set content_header_title = 'Ban '%>
<%~if in.ban_type eq ban_ip%><%set content_header_title .= 'IP Address'%><%else%><%set content_header_title .= 'User'%><%endif%>
<%~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 ban
<%~if ban_type eq ban_ip%> the IP address '<%ban_value%>'
<%~else%> the user <%include include_username.html%>
<%~endif%>
from <%cat_full_name%>: <%forum_name%>.
If desired, you may set a timeout (in days) for the ban, and a
short reason for the ban, viewable only by administrators and
any other moderators of the forum.