{{define "content"}} {{$d := .}}

{{$d.T.Get "accounts.title"}}

{{$d.T.Get "accounts.add_title"}}

{{range $d.Accounts}} {{else}} {{end}}
{{$d.T.Get "accounts.col_name"}} {{$d.T.Get "accounts.col_type"}}
{{.Name}} {{$icon := "🏦"}} {{if eq .Type "savings"}}{{$icon = "🏧"}}{{end}} {{if eq .Type "credit"}}{{$icon = "💳"}}{{end}} {{if eq .Type "securities"}}{{$icon = "📈"}}{{end}} {{$icon}} {{.Type}}
{{$d.T.Get "accounts.empty_msg"}}
{{end}}