<% var me = psdk.userInfo.getmy() var sUserInfo = psdk.userInfo.getShortForm(author.address) %>
<% if(!sUserInfo.deleted) {%>
> <% if(!sUserInfo.image && sUserInfo.letter) {%> <%-sUserInfo.letter.toUpperCase()%> <% } else if (!sUserInfo.image) { %> <% } %> <%= app.platform.ui.markUser(author.address)%>
<%- app.platform.api.clearname(sUserInfo.name, true) %>
<% if(!author.reputationBlocked) {%>
<%- (sUserInfo.reputation || 0).toFixed(1) %> <%=e('rstate')%>
<%- (author.data.subscribers_count || 0) %> <%=e('followers2')%>
<%- (author.data.subscribes_count || 0) %> <%=e('following2')%>
<% } %> <% if(author.me) {%>
<%-e('e13186')%>
<% } %> <% if(author.reputationBlocked) {%>
<%-e('lockedaccounta')%>
<% } %>
<% } else { %>
<%-e('deletedAccount_' + sUserInfo.deleted)%>
<% } %>