No activity recorded yet.
<%= section.emptyMessage || "No data recorded yet." %>
<% } else { %> <% section.boards.forEach((board) => { %> <% const rowType = board.rowType || "user"; %><%= board.emptyMessage || "No data recorded yet." %>
<% } else { %>| <%= rowType === "command" ? "Command" : rowType === "game" ? "Game" : rowType === "text" ? "Item" : "User" %> | <%= board.valueLabel || "Total" %> |
|---|---|
<% if (rowType === "user" && entry.username) { %>
<%= entry.username %>
<% } else if (rowType === "command") { %>
<% if (entry.href) { %>
<%= entryLabel %>
<% } else { %>
<%= entryLabel %>
<% } %>
<% } else { %>
<%= entryLabel %>
<% } %>
|
<%= entry.value %> |