$def with (torrent)
$altrow(True) $for peer in torrent.peers:
$_("Ip") $_("Up Speed") $_("Down Speed") $_("Country") $_("Client") $_("Progress")
$peer['ip'] $fspeed(peer['up_speed']) $fspeed(peer['down_speed']) $peer['country'] $peer['client'] $if peer.get('progress'):
$int(peer['progress']) %
$else:
? %