<% // placeholder so border collapse doesn't erase the table border when there are no table cells %> <% if (ob.placeholder) { %>
<% } %> <% if (ob.purchase) { %> <% // only show the errors below if this is a purchase. TODO: move this to the purchase template. %> <% if (ob.noValidModerators || ob.noValidVerifiedModerators && ob.showVerifiedOnly) { %>
<% if (ob.noValidModerators) { %>

<%= ob.polyT('moderators.noValidModerators') %>

<%= ob.polyT('moderators.noValidModeratorsBody') %>
<% } else { %>

<%= ob.polyT('moderators.noVerifiedModerators') %>

<%= ob.polyT('moderators.noVerifiedModeratorsBody') %>
<% // just a spacer %>
<% } %>
<% } %> <% } %>