{{define "title"}}Upload magnet{{end}} {{define "content"}} {{with .Form}}
{{ range (index $.FormErrors "errors")}}
× {{ . }}
{{end}}

{{call $.T "name"}}

{{call $.T "torrent_file"}}

{{call $.T "uploading_file_prefills_fields"}}

{{call $.T "magnet_link"}}

{{ call $.T "please_include_our_tracker" }}

{{call $.T "category"}}

{{call $.T "website_link"}}

{{call $.T "torrent_description"}}

{{call $.T "description_markdown_notice"}}

{{block "captcha" (makeCaptchaData .CaptchaID $.T)}}{{end}}
{{end}} {{end}}