<% for (const [i, auditor] of group.auditors.entries()) { %>
<%- auditor.name %>
<%- auditor.role %>
<% if (auditor.status === auditConst.status.checked) { %>
<% } else if (auditor.status === auditConst.status.checkNo || auditor.status === auditConst.status.checkNoPre || auditor.status === auditConst.status.checkCancel) { %>
<% } %>
<% if (auditor.opinion) { %>
<%- auditor.opinion%>
<% } %>
<% } %>