{{define "content"}} {{$d := .}}
| {{$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"}} | ||