Certificate records
| # | Certificate No. | Full Name | Program | Department | Level | Issue Date | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| <%= i + 1 %> | <%= c.certification_number %> |
<%= c.student_name %> | <%= c.program_name %> | <%= c.department ? c.department.name : '—' %> | <%= c.level ? c.level.type : '—' %> | <%= c.issued_date ? new Date(c.issued_date).toLocaleDateString('en-GB') : '—' %> | <% if (c.status === 'active') { %> Active <% } else { %> Revoked <% } %> |