.webp"); background-position-y: 50%;">
<% if(gIcon) { %>
<% } %>
<% if (themeConfig.leaderboard) { %>
<% } %>
<%= guild.name %>
Server ID: <%= guild.id %>
<% settings.forEach(s=> { %>
<% }) %>
<%- s.categoryName %>
<%- s.categoryDescription %>
<% if(s.toggleable) { %>
>
<% } %>
<% settings.forEach(s=> {
if (s.categoryId !== req.params.category) return;
%>
<% s.categoryOptionsList.forEach( option=> {
let Allowed = canUseList[s.categoryId][option.optionId];
%>
<% if (!option.themeOptions) option.themeOptions={}; let
themeOptions=option.themeOptions; %>
<% if (themeOptions?.startNewSection?.first || !themeOptions?.startNewSection) { %>
<% } %>
<% } %>
<% }); %>
<% }); %>
<% if(option.optionType.type !=="collapsable" &&
option.optionType.type !=="modal" ) { if
(!option.themeOptions?.hideOptionName || !option.optionName)
{ %>
<% if (themeOptions?.startNewSection?.first &&
themeOptions?.startNewSection?.title ) { %>
<% if(option.optionType.type !=="collapsable" &&
option.optionType.type !=="modal" ) { %>
<%- themeOptions?.startNewSection?.title %>
<% } else { %><%- option.optionName %>
<% } %> <% } %> <% if (!option.themeOptions?.hideOptionDesc || !option.optionDescription) { %> <% if (themeOptions?.startNewSection?.first && themeOptions?.startNewSection?.description) { %> <%- themeOptions?.startNewSection?.description %> <% } else { %> <%- option.optionDescription %> <% } %> <% } } %><% } %>
<% } %>
<%- include(`components/formTypes/${option.optionType.type}.ejs`,
{option, s, Allowed}); %>
<% if (!themeOptions?.startNewSection ||
themeOptions?.startNewSection &&
themeOptions?.startNewSection?.last &&
!themeOptions?.startNewSection?.first) { %>