{{define "title"}}{{call $.T "upload"}}{{end}} {{define "content"}} {{with .Form}}
{{ block "csrf_field" $ }}{{end}} {{ 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 "torrent_language" }}

{{ if gt $.User.ID 0 }}

{{ end }}

{{call $.T "website_link"}}

{{call $.T "torrent_description"}}

{{call $.T "description_markdown_notice"}}

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