<% include ./sub_menu.ejs %>
+添加证书
<% if (certList.length > 0) { %> <% for (const [i,c] of certList.entries()) { %>
持证情况:
<% if (c.file_path) { %> <% } else { %> <% } %>
继续教育情况:
<% if (c.edu_json.length > 0) { %> <% for (const [j, e] of c.edu_json.reverse().entries()) { %>
<% if (e.file_path) { %> <% } else { %> <% } %>
<% } %> <% } %>
<% } %> <% } %>