$def with (label_id, options_form, error=None) $:render.basic_header(_("Label Options"))

$label_id Options.

max

$:(options_form.as_table(["apply_max", "max_download_speed", "max_upload_speed", "max_upload_slots", "max_connections"]))

queue

$:(options_form.as_table(["apply_queue", "is_auto_managed", "stop_at_ratio", "stop_ratio", "remove_at_ratio"]))

location

$:(options_form.as_table(["apply_move_completed", "move_completed", "move_completed_path"]))

tracker

$:(options_form.as_table(["auto_add", "auto_add_trackers"]))
$:render.footer()