<#Delete Logsource#>
{$safelogsource}
{if $state}
<#This logsource has previously been processed#>
<#Last Updated#>:
{$state.lastupdate|datetime}
<#Last Log Read#>:
{$state.file|escape}
<#Last Line Read#>:
{$state.line|commify}
<#Last Map#>:
{$state.map|escape}
<#Active Players#>:
{$state.totalplayers}
<#Last Timestamp#>:
{$state.timestamp|datetime}
{else}
<#This logsource has never been processed (It is safe to delete)#>
{/if}
<#Do you really want to delete this logsource?#>
{include file='block_form_footer.html'}