{$sib_message}
Work with {if $sib_command eq "comments"} Show comments from all postings {/if}
{if $sib_command eq "current"}
selected {section name=ip loop=$sib_address} {/section}
  IP
{$sib_address[ip]}
{else}
With selected {section name=c loop=$sib_comments} {/section}
Author IP Comment Post  
{$sib_comments[c]->postername} {$sib_comments[c]->ip} {$sib_comments[c]->commenttext|nohtml|truncate:200} {$sib_comments[c]->title} {if $sib_comments[c]->markedAddress eq 1}Banned{else}Not Banned{/if}
{/if}