{if NOT $permission_protests} Access Denied! {else}

Ban Protests ({$protest_count})

Click a player's nickname to view information about their ban

{$protest_nav}
{foreach from="$protest_list" item="protest"} {/foreach}
Nickname SteamID Action
{$protest.name} {if $protest.authid!=""}{$protest.authid}{else}{$protest.ip}{/if} {if $permission_editban} Remove - {/if} Contact
Bandetails
Player {$protest.name}
  • {$protest.protaddcomment}
SteamID {if $protest.authid == ""} no steamid present {else} {$protest.authid} {/if}
IP address {if $protest.ip == 'none' || $protest.ip == ''} no IP address present {else} {$protest.ip} {/if}
Invoked on {$protest.date}
End Date {if $protest.ends == 'never'} Not applicable. {else} {$protest.ends} {/if}
Reason {$protest.ban_reason}
Banned by Admin {$protest.admin}
Banned from {$protest.server}
Protester IP {$protest.pip}
Protested on {$protest.datesubmitted}
Protest message {$protest.reason}
Comments {if $protest.commentdata != "None"} {foreach from=$protest.commentdata item=commenta} {if $commenta.morecom} {/if} {if $commenta.editcomlink != ""} {/if} {if !empty($commenta.edittime)} {/if} {/foreach}

{if !empty($commenta.comname)} {$commenta.comname|escape:'html'} {else} Admin deleted {/if} {$commenta.added} {$commenta.editcomlink} {$commenta.delcomlink}
{$commenta.commenttxt}
last edit {$commenta.edittime} by {if !empty($commenta.editname)}{$commenta.editname}{else}Admin deleted{/if}
{/if} {if $protest.commentdata == "None"} {$protest.commentdata} {/if}
{/if}