Boards
Public Boards
{{if .PublicBoards}}-
{{range .PublicBoards}}
-
{{if eq .Type "chat"}}
{{.Name}} (Chat)
{{else}}
{{.Name}}
{{end}}
{{.Description}}
{{end}}
No public boards available at the moment.
{{end}}Private Boards
{{if .PrivateBoards}}-
{{range .PrivateBoards}}
-
{{if eq .Type "chat"}}
{{.Name}} (Chat)
{{else}}
{{.Name}}
{{end}}
{{.Description}}
{{end}}
No private boards available to you at the moment.
{{end}}