{{define "title"}}Torrent Edit{{end}} {{define "content"}}

{{ call $.T "torrent_edit_panel" }}

{{with .Form}}
{{ block "csrf_field" $ }}{{end}} {{ range (index $.FormInfos "infos")}}

{{ . }}

{{end}} {{ range (index $.FormErrors "errors")}}

{{ . }}

{{end}}
{{ if $.User }}

{{ end }}

{{call $.T "description_markdown_notice"}}



{{end}}
{{end}} {{define "js_footer"}} {{end}}