{{template "header.html" . }}

{{.Title}}

{{if .CurrentUser.Loggedin}}
{{if .CurrentUser.Perms.CreateTopic}}
{{/** TODO: Add a permissions check for this **/}}
{{else}}
{{end}}
{{end}}
{{if .CurrentUser.Loggedin}} {{template "topics_mod_floater.html"}} {{if .CurrentUser.Perms.CreateTopic}}
{{lang
{{template "topics_quick_topic.html" . }}
{{end}} {{end}}
{{range .ItemList}}{{else}}
{{lang "forum_no_topics"}}{{if .CurrentUser.Loggedin}}{{if .CurrentUser.Perms.CreateTopic}} {{lang "forum_start_one"}}{{end}}{{end}}
{{end}}
{{template "paginator.html" . }}
{{template "footer.html" . }}