<% if ((ctx.material.status === auditConst.status.uncheck || ctx.material.status === auditConst.status.checkNo) && ctx.session.sessionUser.accountId === ctx.material.user_id) { %> <% } %> <% if (ctx.material.status === auditConst.status.checking) { %> <% if (ctx.material.curAuditor && ctx.material.curAuditor.aid === ctx.session.sessionUser.accountId) { %> <% } else { %> <% } %> <% } else if (ctx.material.status === auditConst.status.checked) { %> <% } else if (ctx.material.status === auditConst.status.checkNo) { %> <% if (ctx.session.sessionUser.accountId === ctx.material.user_id) { %> <% } %> <% } %>