{{define "title"}}Forums{{end}} {{define "content"}}

My Forums

{{$Root := .}}

On this page, you may create your own Forums around any topic of your choosing. Create a forum for people in your local area, or create one for your favorite hobby so that others who share your interests may join your forum.

You currently own {{.QuotaCount}} of your allowed {{.QuotaLimit}} forum{{Pluralize64 .QuotaLimit}}. {{if ge .QuotaCount .QuotaLimit}} You have reached your maximum amount of owned forums at this time. {{else}} You may create {{SubtractInt64 .QuotaLimit .QuotaCount}} more forum{{Pluralize64 (SubtractInt64 .QuotaLimit .QuotaCount)}}. {{end}}

As you continue to participate on the Forums, your allowance of forums you may create yourself will increase over time. Learn more

{{if or (.CurrentUser.HasAdminScope "admin.forum.manage") (gt .QuotaLimit .QuotaCount)}}
Create New Forum
{{end}}

Tip: you can "quote exact phrases" and -exclude words (or -"exclude phrases") from your search.

{{if .CurrentUser.IsAdmin}}
{{end}}
Reset

Found {{.Pager.Total}} forum{{Pluralize64 .Pager.Total}} you can manage (page {{.Pager.Page}} of {{.Pager.Pages}}).

{{SimplePager .Pager}}
{{range .Forums}}

{{.Title}}

/f/{{.Fragment}} {{if .Category}}{{.Category}}{{end}} by @{{.Owner.Username}} {{if .Owner.IsAdmin}}{{end}}

{{if eq .Description ""}}

No description

{{else}} {{ToMarkdown .Description}} {{end}}
{{if .Explicit}}
Explicit
{{end}} {{if .Privileged}}
Privileged
{{end}} {{if .PermitPhotos}}
PermitPhotos
{{end}} {{if .PermitPhotos}}
Private
{{end}}
Created {{.CreatedAt.Format "2006-01-02 15:04:05"}}
Updated {{.UpdatedAt.Format "2006-01-02 15:04:05"}}
{{end}}
{{end}}