{include file='header' pageTitle='chat.acp.log.title'}

{lang}{@$pageTitle}{/lang}

{lang}wcf.global.filter{/lang}
{if $errorField == 'date'} {lang}chat.acp.log.date.error.{$errorType}{/lang} {/if}
{if $messages|count == 0} {if $errorField === ""}

{lang}wcf.global.noItems{/lang}

{/if} {else}
{section name=contentLoop loop=24 step=3} {if $messages[$contentLoop * 2]|isset || $messages[$contentLoop * 2 + 1]|isset || $messages[$contentLoop * 2 + 2]|isset || $messages[$contentLoop * 2 + 3]|isset || $messages[$contentLoop * 2 + 4]|isset || $messages[$contentLoop * 2 + 5]|isset}
{section name=subTabLoop loop=6} {if $messages[$contentLoop * 2 + $subTabLoop]|isset} {assign var=subAnchor value='timeTab-'|concat:$contentLoop|concat:'-subTab-'|concat:$subTabLoop} {/if} {/section}
{/if} {/section}
{/if} {include file='footer'}