<% const userLink = ob.peerID ? `href="#${ob.peerID}"` : ''; %>
<% let textSizeClass = ''; if (ob.name.length > 30) { textSizeClass = 'tx3'; } %>

class="clrT"><%= ob.name %>

<%= ob.parseEmojis('📍', '', { style: 'width: 10px' }) %> <%= ob.location || ob.polyT('userPage.noLocation') %> <% if (ob.followsYou) { %> <%= ob.parseEmojis('👥', '', { style: 'width: 10px' }) %> <%= ob.polyT('userPage.followsYou') %> <% } %> <% print(`${ob.formatRating(ob.stats.averageRating, ob.stats.ratingCount)}`) %>