<% if (headerHash) { %> style="background-image: url(<%= ob.getServerUrl(`ob/images/${headerHash}`) %>), url('../imgs/defaultHeader.png')" <% } else { %> style="background-image: url('../imgs/defaultHeader.png')" <% } %>>
<%= ob.polyT('userShort.blockedUserOverlayText') %>
<% if (!ob.hideControls) { %>
<% if (!ob.ownGuid) { %> <% const curSupported = ob.moderator && ob.moderatorInfo.acceptedCurrencies.includes( ob.currencyMod.getServerCurrency().isTestnet ? ob.currencyMod.getServerCurrency().testnetCode : ob.currencyMod.getServerCurrency().code ); if (curSupported) { %> <%= ob.processingButton({ className: `iconBtnSm clrP clrBr toolTipNoWrap toolTipTop js-mod ${ob.ownMod ? 'active' : ''}`, btnText: '', attrs: `data-tip="${ob.getModTip(ob.ownMod)}"`, }) %> <% } %> <%= ob.processingButton({ className: `iconBtnSm clrP clrBr toolTipNoWrap toolTipTop js-follow ${ob.followedByYou ? 'active' : ''}`, btnText: '', attrs: `data-tip="${ob.getFollowTip(ob.followedByYou)}"`, }) %>
<% } %>
<% } %>
<% if (!ob.loading && !ob.notFound) { %>
<%= ob.parseEmojis('📍') %> <%= ob.location || ob.polyT('userPage.noLocation') %>
<% print(`${ob.formatRating(ob.stats.averageRating, ob.stats.ratingCount)}`) %>
<% } else if (ob.loading) { %>
<%= ob.polyT('userShort.userLoading') %>
<% } else if (ob.notFound) { %>
<%= ob.polyT('userShort.userNotFound', { guid: ob.guid }) %>
<% } %>