{{template "repo/header" .}}
{{template "base/alert" .}}
{{template "repo/issue/navbar" .}} {{template "repo/issue/search" .}} {{if and (or .CanWriteIssues .CanWritePulls) (not .Repository.IsArchived)}} {{ctx.Locale.Tr "repo.milestones.new"}} {{end}}
{{template "repo/issue/filters" .}}
{{range .Milestones}}
  • {{svg "octicon-milestone" 16}} {{.Name}}

    {{.Completeness}}%
    {{svg "octicon-issue-opened" 14}} {{ctx.Locale.PrettyNumber .NumOpenIssues}} {{ctx.Locale.Tr "repo.issues.open_title"}}
    {{svg "octicon-check" 14}} {{ctx.Locale.PrettyNumber .NumClosedIssues}} {{ctx.Locale.Tr "repo.issues.closed_title"}}
    {{if .TotalTrackedTime}}
    {{svg "octicon-clock"}} {{.TotalTrackedTime|Sec2Time}}
    {{end}} {{if .UpdatedUnix}}
    {{svg "octicon-clock"}} {{ctx.Locale.Tr "repo.milestones.update_ago" (TimeSinceUnix .UpdatedUnix ctx.Locale)}}
    {{end}}
    {{if .IsClosed}} {{$closedDate:= TimeSinceUnix .ClosedDateUnix ctx.Locale}} {{svg "octicon-clock" 14}} {{ctx.Locale.Tr "repo.milestones.closed" $closedDate}} {{else}} {{if .DeadlineString}} {{svg "octicon-calendar" 14}} {{DateTime "short" .DeadlineString}} {{else}} {{svg "octicon-calendar" 14}} {{ctx.Locale.Tr "repo.milestones.no_due_date"}} {{end}} {{end}}
    {{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}} {{end}}
    {{if .Content}}
    {{.RenderedContent}}
    {{end}}
  • {{end}} {{template "base/paginate" .}}