<#Error Log Events#>

Error logs show you events that occured during stats updates or other events from the stats website. Most errors are simply informational so you know what's happening behind the scenes.

 <#Filter#>: :: |
{$pagerstr} 
{foreach from=$errlogs item='e'} {foreachelse} {/foreach}
<#Timestamp#> <#Severity#> <#Log Event#>
{$e.timestamp|datetime} {$e.severity} {$e.msg|escape}
<#No logs found#>
{include file='block_form_footer.html'}