$def with (torrent)
$('Name'): | $torrent.name |
$('Hash'): | $torrent.id |
$('Path'): | $crop_left(torrent.save_path, 200) |
$_('Total Size'): | $fsize(torrent.total_size) |
$_('# Of Files'): | $torrent.num_files |
$_('Tracker Status'): | $(crop(torrent.tracker_status, 200)) |
$_('Tracker'): | $(crop(torrent.tracker, 200)) |
$_('Private'): | $torrent.private |