<% if (!ob.isFetching) { %>
<%= ob.formatRating(ob.average, '', true) %>
<%= ob.polyT('reputation.averageRating') %>
<%= ob.count %>
<%= ob.polyT('reputation.totalReviews', {smart_count: ob.count}) %>
<% } else { %>
<%= ob.spinner({ className: 'spinnerMd' }) %>
<% } %>
<% if (!ob.isFetching) { %>