$def with (torrent)
$_("Download") $:(forms.torrent_options(torrent).as_table(["max_download_speed", "max_upload_speed", "max_connections", "max_upload_slots"]))
$_("Queue") $:(forms.torrent_options(torrent).as_table(["is_auto_managed", "stop_at_ratio", "stop_ratio", "remove_at_ratio"]))
$_("General") $:(forms.torrent_options(torrent).as_table(["prioritize_first_last", "private"]))