$def with (torrent_list, label_filters)
$if (torrent.queue == -1): ∞ $else: $(torrent.queue + 1) | $fsize(torrent.total_size) | $torrent.tracker_host | $if torrent.total_seeds != -1: $torrent.num_seeds ($torrent.total_seeds) $else: 0 | $if torrent.total_peers != -1: $torrent.num_peers ($torrent.total_peers) | $else: 0$if (torrent.download_payload_rate): $fspeed(torrent.download_payload_rate) $else: | $if (torrent.upload_payload_rate): $fspeed(torrent.upload_payload_rate) $else: | $ftime(torrent.eta) | $("%.2f" % torrent.distributed_copies) | $("%.2f" % torrent.ratio) |