{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"} {include file='access/include_items.tpl'}
{include file='access/include_hidden.tpl'}
{if $prefs.feature_wiki_userpage == 'y'}
{tr}Remove the user pages belonging to these users{/tr}
{/if} {if $prefs.feature_trackers eq 'y'}
{tr}Warning: Experimental{/tr} {icon name='warning'}{* TODO remove warning before 15.0 *}
{object_selector_multi type='tracker' _separator="," _simplename="remove_items"}
{tr}Select trackers here to have items in them which are "owned" by these users deleted{/tr}
{tr}Important: If you set trackers to store user's information, "User" and "Group" tracker items related to this user will be deleted automatically{/tr}
{/if} {if $prefs.feature_use_fgal_for_user_files eq 'y'}
{tr}Warning: Experimental{/tr} {icon name='warning'}{* TODO remove warning before 15.0 *}
{tr}Delete the users' file galleries and all the files in them{/tr}
{/if} {if $prefs.feature_banning eq 'y'}
{tr}Checking this option and clicking OK will redirect you to a form where the selected users are marked for IP Banning.{/tr}
{/if} {include file='access/include_submit.tpl'}
{/block}