{{define "upload_results_pagination"}}

Upload Results

{{template "upload_stats" .}}
{{if gt .TotalSuccess 0}}

Successfully uploaded {{.TotalSuccess}} document(s) to ServiceTrade in {{formatDuration .TotalTime}}!

{{end}} {{if gt .TotalFailure 0}}

Failed to upload {{.TotalFailure}} document(s). See details below.

{{end}}
{{range .Results}} {{template "upload_result_card" .}} {{end}}
{{if gt .TotalPages 1}}
Showing {{.StartIndex}}-{{.EndIndex}} of {{.TotalResults}} results
{{if gt .CurrentPage 1}} {{end}} {{range $i := sequence .StartPage .EndPage}} {{end}} {{if lt .CurrentPage .TotalPages}} {{end}}
{{end}}
{{end}}