% if ((ctx.material.status === auditConst.status.uncheck || ctx.material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === ctx.material.user_id) { %>
<%- ctx.material.user.name %><%- idx !== 0 ? '重新' : '' %>上报审批
<%- ctx.material.user.role %>
<%- auditor.name %><%- auditConst.statusString[auditor.status] %>
<%- auditor.role %>
<%- auditor.opinion %>
<%- auditor.name %> <%- auditor.status !== auditConst.status.uncheck ? auditConst.statusString[auditor.status] : ''%> <%- auditor.status === auditConst.status.checkNo ? ctx.material.user.name : '' %> <%- auditor.status === auditConst.status.checkNoPre ? auditors[index-1].name : '' %>
<%- auditor.role %>
<%- auditor.opinion %>