This community doesn't have any posts yet.
{{if (and (and .CurrentUser.Username (not .PopularPosts)) (le .Community.Permissions .CurrentUser.Level))}}
{{end}}
{{if .PopularPosts}}
{{end}}
{{end}}
{{if .Posts}}
{{$user_id := .CurrentUser.ID}}
{{range $post := .Posts}}
{{template "render_post.html" $post}}
{{end}}
{{else}}
{{if .AutoPagerize}}
{{end}}
{{end}}
{{if .AutoPagerize}}