{{define "removal_results"}}

Document Removal Results

{{template "removal_stats" .}}
{{if gt .SuccessCount 0}}

Successfully removed {{.SuccessCount}} document(s) from ServiceTrade in {{formatDuration .TotalTime}}!

{{end}} {{if gt .ErrorCount 0}}

Failed to remove {{.ErrorCount}} document(s). See details below.

{{end}}
{{range .Results}} {{template "removal_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}}