{{template "base/head" .}}
{{template "admin/navbar" .}}
{{template "base/alert" .}}

Authentication Sources (Total: {{.Total}}) 🔑

{{range .Sources}} {{end}}
ID Name Type Enabled Default Updated Created Edit
{{.ID}} {{.Name}} {{.TypeName}} {{DateFmtShort .Updated}} {{if .Created.IsZero}} N/A {{else}} {{DateFmtShort .Created}} {{end}}
{{template "base/footer" .}}