<% 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) { %>
CertiK Audit Badge Logo
<%= locals.auditCount %> <%= locals.auditCount > 1 ? "Audits" : "Audit" %>
<%= latestAuditDate ? `Latest ${latestAuditDate}` : "No audit date available" %>
<% } else { %>
CertiK Audit Badge Logo
Not Audited
<% } %> <% if (locals.kycAssessment) { %>
CertiK Team Verified Badge Logo
<%= locals.kycProperties.title %>
<% } else { %>
CertiK Team Verified Badge Logo
No Team Verification
<% } %> <% if (locals.verifiedContractsCount > 0) { %>
CertiK Contract Verification Badge Logo
<%= locals.verifiedContractsCount %> <%= locals.verifiedContractsCount > 1 ? "Contracts" : "Contract" %>
Verified
<% } else { %>
CertiK Contract Verification Badge Logo
No Contract
Verified
<% } %> <% if (locals.hasBugBounty) { %>
CertiK Bug Bounty Badge Logo
Bug Bounty
Activated
<% } else { %>
CertiK Bug Bounty Badge Logo
Bug Bounty
Inactive
<% } %> <% if (locals.isSkynetActiveMonitor) { %>
CertiK Skynet Monitoring Badge Logo
Skynet Monitor
Activated
<% } else { %>
CertiK Skynet Monitoring Badge Logo
Skynet Monitor
Inactive
<% } %> <% if (locals.hasInsights) { %>
CertiK Skynet Insight Badge Logo
Skynet Insight
Enabled
<% } else { %>
CertiK Skynet Insight Badge Logo
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 %>
<% } %>
CertiK Logo