{{define "title"}}{{ call $.T "torrent_edit_panel" }}{{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}}