$def with (torrent_list, all_torrents) $:render.header(_('Torrent list'))
$torrent.queue_pos | $fsize(torrent.total_size) | $if (not get('category')): | $torrent.category | $torrent.num_seeds ($torrent.total_seeds) | $torrent.num_peers ($torrent.total_peers) | $if (torrent.download_rate): $fspeed(torrent.download_rate) $else: | $if (torrent.upload_rate): $fspeed(torrent.upload_rate) $else: | $torrent.eta | $("%.3f" % torrent.distributed_copies) | $("%.3f" % torrent.ratio) |