{{define "config-backups-list"}} {{if .ConfigBackups}}
{{range .ConfigBackups}}

{{.Filename}}

Created: {{.CreatedDate}}

Path: {{.FilePath}}

{{end}}
{{else}}

No configuration backups found

Backups are created automatically when you reset config

{{end}} {{end}}