[% FOR row = data.list %] [% SET class = ['item'] %] [% class.push(row.action) %] [% IF data.action == row.action; class.push('selected'); END %] [% END %]
[% row.count %]


[% SET speed = [ 4, 8, 12, 16, 24, 48, 96, 128, 256, 512, 1024, 2048, 3072, 4096, 6144, 8192, 10240, 20480, 40960, 61440, 81920, 102400, 1048576 ]; FOR speed; speed.${loop.index} = speed.${loop.index} * 1024; END; %]
[% gettext('Down Speed') _ ': ' _ data.rates.current_download_rate.as_human_speed %]
[% gettext('Max') _ ':' %]
[% gettext('Up Speed') _ ': ' _ data.rates.current_upload_rate.as_human_speed %]
[% gettext('Max') _ ':' %]