<%
if(!isEmpty(auditList)) {
for(audit in auditList){
if (audit.result == 1) {
%>
<% } else {%>
<% } %>
<% } %>
<% } else {%>
<% } %>
<% if (("employee" == userJson.userType)) { %>
<%
if(!isEmpty(auditRegList)) {
for(audit in auditRegList){
if (audit.result == 1) {
%>
<% } else {%>
<% } %>
<% } %>
<% } else {%>
<% } %>
<% } %>