{{ template "base.html" . }} {{ define "content" }}
{{ with .CarouselProjects }} {{ end }}
4 RSS Feed – New Projects {{ template "pagination.html" .Pagination }}
{{ range .Projects }}
{{ template "project_card.html" projectcarddata . ""}}
{{ end }}
{{ template "pagination.html" .Pagination }}
{{ if not .UserPendingProject }}

Project submissions are closed

We are reworking the way we approach projects on the network. In the meantime feel free to share your work on the forums or on our Discord.

{{ else }}

Project pending

Thanks for considering us as a home for
{{ .UserPendingProject.Name }}!


{{ if .UserPendingProjectUnderReview }}

We see it's ready for review by an administrator, great! We'll try and get back to you in a timely manner.

{{ else }}

When you're ready for us to review it, let us know using the checkbox on {{ .UserPendingProject.Name }}'s profile editor.

{{ end }}
{{ end }} {{ if .UserApprovedProjects }}
{{ if .UserPendingProject }}

Your other projects

{{ else }}

Your projects

{{ end }} {{ range .UserApprovedProjects }}
{{ template "project_card.html" projectcarddata . "" }}
{{ end }}
{{ end }}
{{ end }}