% if (locals.emblemDesign && locals.emblemDesign==="hover" ) { %>
<% if (locals.audit && !locals.audit.isInProgress) { %>
<% } else { %>
<% } %>
<% } else { %>
<% } %>
<%= locals.name %>
<% if (locals.audit?.isInProgress && !locals.audit?.isPrivate) { %>
Audit In Progress
<% } else if (locals.auditCount) { %>
<%= locals.auditCount %> <%= locals.auditCount > 1 ? "Audits" : "Audit" %>
<%= latestAuditDate ? `Latest ${latestAuditDate}` : "No audit date available" %>
<% } else { %>
Not Audited
<% } %> <% if (locals.kycAssessment) { %>
<%= locals.kycProperties.title %>
<% } else { %>
No Team Verification
<% } %> <% if (locals.verifiedContractsCount > 0) { %>
<%= locals.verifiedContractsCount %> <%= locals.verifiedContractsCount > 1 ? "Contracts" : "Contract" %>
Verified
<% } else { %>
No Contract
Verified
<% } %> <% if (locals.hasBugBounty) { %>
Bug Bounty
Activated
<% } else { %>
Bug Bounty
Inactive
<% } %> <% if (locals.isSkynetActiveMonitor) { %>
Skynet Monitor
Activated
<% } else { %>
Skynet Monitor
Inactive
<% } %> <% if (locals.hasInsights) { %>
Skynet Insight
Enabled
<% } else { %>
Skynet Insight
Inactive
<% } %>
style="background-color: <%= locals.skynetScoreBackgroundColor %>" class="ctk-box ctk-pv-1 ctk-ph-2 ctk-br-1">
<% if (!locals.projectScoreReady) { %>
Under Evaluation
<% } else { %>
style="color: <%= locals.skynetScoreColor %>" class="ctk-score-whole-number"> <%= Math.floor(locals.skynetScore).toString() %>
style="color: <%= locals.skynetScoreColor %>" class="ctk-score-decimal"> <%= (locals.skynetScore % 1).toFixed(2).slice(1) %>
style="background-color: <%= locals.skynetScoreColor %>" class="ctk-rating-box">
<%= locals.skynetScoreRating %>
<% } %>