<% if (plugins.achievements) { %>

Achievements

<% if (plugins.achievements.error) { %>
<%= plugins.achievements.error.message %>
<% } else { %> <% for (const {title, text, icon, rank, gh = NaN, progress = 0, unlock = null} of plugins.achievements.list) { %>
">
<% if ((progress)||(rank !== "X")) { %> <% } %> <%- icon %>
<%= title %> <% if ((Number.isFinite(gh))&&(gh < 100000)) { %> Top <%= gh %> <% } %>
<%= text %>
<% } %> <% } %>
<% } %>