{include file="header.html"}

{$layout.pagetitle}

{if $bars}
{section name=download loop=$download.name} {/section}

{t}Download{/t}

{if $showips}{$download.ipaddr[download]}{else}{$download.name[download]|truncate:25:"...":true}{/if} {$download.data[download]|string_format:"%.2f"} {$download.unit[download]} ({$download.avg[download]|string_format:"%d"} kbit/s)

{t}Total:{/t} {$download.sum.data|string_format:"%.2f "}{$download.sum.unit} ({$download.avgsum|string_format:"%d"} kbit/s)

{section name=upload loop=$upload.name} {/section}

{t}Upload{/t}

{if $showips}{$upload.ipaddr[upload]}{else}{$upload.name[upload]|truncate:25:"...":true}{/if} {$upload.data[upload]|string_format:"%.2f"} {$upload.unit[upload]} ({$upload.avg[upload]|string_format:"%d"} kbit/s)

{t}Total:{/t} {$upload.sum.data|string_format:"%.2f "}{$upload.sum.unit} ({$upload.avgsum|string_format:"%d"} kbit/s)

{else}
{t}Enter search criteria:{/t}
{t}From (day/month/year hh:mm):{/t} {html_select_date field_array="from" prefix="" time=$starttime field_order="DMY" field_separator=" / " start_year=$startyear end_year=$endyear}   {html_select_time field_array="from" prefix="" time=$starttime display_seconds=0}
{t}To (day/month/year hh:mm):{/t} {html_select_date field_array="to" prefix="" time=$endtime field_order="DMY" field_separator=" / " start_year=$startyear end_year=$endyear}   {html_select_time field_array="to" prefix="" time=$endtime display_seconds=0}
{t}Network:{/t}
{t}Customer:{/t} {if $customers} {else} {t}Search{/t} »»» {/if}
{t}Sorting:{/t}
{t}Nodes limit:{/t}
{t}IP addresses instead of nodes names{/t}
{t}Submit{/t}
{/if} {include file="footer.html"}