{{define "title"}}Result Progress — CpOne{{end}} {{define "header-title"}}Result Progress{{end}} {{define "content"}} {{$proj := .CurrentProject}}

Ongoing Project

{{if $proj.Label}}{{$proj.Label}}{{else}}MCU #{{$proj.McuID}}{{end}}

{{$proj.Number}} • {{$proj.CorporateName}} • {{$proj.StartDate | fmtDate}}{{$proj.EndDate | fmtDate}}

Ganti project

Total Patients

{{.Summary.Total}}

Peserta dalam project ini

Validated

{{.Summary.Validated}}

Resume sudah divalidasi dokter

Published

{{.Summary.Published}}

Hasil sudah diupload

Resume Progress

Validated {{.Summary.Validated}} / {{.Summary.Total}} {{.ValidatedPct}}%
Published {{.Summary.Published}} / {{.Summary.Total}} {{.PublishedPct}}%

Patient Resume List

Data dari mcu_patient_resume_status

{{.VisibleCount}} / {{.TotalFiltered}} ditampilkan
Validated Not Validated Published Not Published
{{if .FilteredRows}}
{{range .FilteredRows}}

{{.Name}}

{{.NIP}} • {{.Posisi}}

{{if .ResumeStatus}} {{.ResumeStatus}} {{end}}
{{if eq .Validated "Y"}} Validated {{else}} Not Validated {{end}} {{if eq .Published "Y"}} Published {{else}} Not Published {{end}}
{{end}}
{{if .HasMore}}
Memuat data berikutnya...
{{else}}
Semua data sudah ditampilkan
{{end}}
{{else}}
Belum ada data resume untuk project ini.
{{end}}
{{end}} {{define "progress-list-chunk"}} {{range .FilteredRows}} {{.Name}} {{.NIP}} {{.Posisi}} {{if .ResumeStatus}} {{.ResumeStatus}} {{else}} {{end}} {{if eq .Validated "Y"}} Y {{else}} N {{end}} {{if eq .Published "Y"}} Y {{else}} N {{end}} {{end}}
{{range .FilteredRows}}

{{.Name}}

{{.NIP}} • {{.Posisi}}

{{if .ResumeStatus}} {{.ResumeStatus}} {{end}}
{{if eq .Validated "Y"}} Validated {{else}} Not Validated {{end}} {{if eq .Published "Y"}} Published {{else}} Not Published {{end}}
{{end}}
{{if .HasMore}}
Memuat data berikutnya...
{{else}}
Semua data sudah ditampilkan
{{end}}
{{end}}