Certificates

Certificate records

New Certificate
<% if (query.search || query.status) { %> <% } %>
<% if (certificates && certificates.length > 0) { %>
<% certificates.forEach((c, i) => { %> <% }); %>
# 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 <% } %>
<% } else { %>
No certificates found

Create the first certificate record.

Create
<% } %>