{{if and $.CanWriteProjects (not $.Repository.IsArchived)}}
{{svg "octicon-project-symlink" 16 "tw-mr-2"}} {{ctx.Locale.PrettyNumber .OpenCount}} {{ctx.Locale.Tr "repo.issues.open_title"}} {{svg "octicon-check" 16 "tw-mr-2"}} {{ctx.Locale.PrettyNumber .ClosedCount}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
{{ctx.Locale.Tr "repo.projects.new"}}
{{end}} {{template "base/alert" .}}
{{range .Projects}}
  • {{svg .IconName 16}} {{.Title}}

    {{svg "octicon-issue-opened" 14}} {{ctx.Locale.PrettyNumber (.NumOpenIssues ctx)}} {{ctx.Locale.Tr "repo.issues.open_title"}}
    {{svg "octicon-check" 14}} {{ctx.Locale.PrettyNumber (.NumClosedIssues ctx)}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
    {{if and $.CanWriteProjects (not $.Repository.IsArchived)}} {{end}}
    {{if .Description}}
    {{.RenderedContent}}
    {{end}}
  • {{end}} {{template "base/paginate" .}}
    {{if and $.CanWriteProjects (not $.Repository.IsArchived)}} {{end}}