{$users} Chatlog - {$date} - {$room}
{if $logs!=""}
{foreach from=$logs item=log}
{if $log.action=="txtNarr"}
({$log.date}) {if $log.img!=""}{$log.img}{/if}{$log.line}
{else}
({$log.date}) {if $log.img!=""}{$log.img}{/if}{$log.line}
{/if}
{/foreach}
{else}
Sorry, this log does not exist or you have not been granted the rights to view it.
{/if}