{{define "title"}}Upload | ik8r{{end}} {{define "content"}} {{ range .Results }} {{ if .Success }}

Upload of {{ .Id }} finished. View.

{{ else }}

Upload of {{ .Id }} failed.

{{ range .Errors }}
{{ . }}
{{ end }}
{{ end }} {{ end }}
{{end}}