<% if(ob.moderator && ob.moderatorInfo) { %>
<%= ob.polyT('userPage.moderator') %>
<% var amount = ob.currencyMod.convertAndFormatCurrency(ob.moderatorInfo.fee.fixedFee.amount, ob.moderatorInfo.fee.fixedFee.currencyCode, ob.displayCurrency) %> <%= ob.polyT(`userPage.${ob.moderatorInfo.fee.feeType}`, { amount: amount, percentage: ob.moderatorInfo.fee.percentage }) %>
<%= ob.processingButton({ className: `btn clrP clrBr clrSh2 js-addModerator ${ ob.currentModerator ? 'hide' : ''}`, btnText: ob.polyT('userPage.addModerator') }) %> <%= ob.processingButton({ className: `btn clrP clrBr clrSh2 js-removeModerator ${ !ob.currentModerator ? 'hide' : ''}`, btnText: ob.polyT('userPage.removeModerator') }) %>
<% } %>
<%= ob.polyT('userPage.information') %>
<%= ob.polyT('userPage.peerID') %> <%= ob.polyT('copiedToClipboard') %>
<% if (ob.contactInfo) { %> <% if (ob.contactInfo.website){ %>
<%= ob.polyT('userPage.website') %>
<%= ob.contactInfo.website %>
<% } %> <% if (ob.contactInfo.email){ %>
<%= ob.polyT('userPage.email') %>
<%= ob.contactInfo.email %>
<% } %> <% ob.contactInfo.social.forEach(function(account) { %>
<%= account.type %>
<% print(ob.is.url(account.username) ? `${account.username}` : account.username) %>
<% }); %> <% } %>
<%= ob.polyT('userPage.about') %>
<% if (ob.about) { %> <%= ob.about %> <% }else{ %> <%= ob.polyT('userPage.aboutEmpty') %> <% } %>