<%- partial('sidebar') %>
<% if (locals.current_user && current_user._id != user._id) { %> <% if (!locals.relation) { %> <% } else { %> <% } %> <% } %> <%= user.name %>
<%= user.following_count %> 关注
<%= user.follower_count %> 粉丝
<%= user.score %> 积分
<% if (user.signature) { %> <%= user.signature %> <% } %>

于 <%= user.friendly_create_at %> 加入 <%= config.name %>

<% if (locals.current_user && current_user.is_admin) { %> <% if (!user.is_star) { %> <% } else { %> <% } %>

Email (Seen by Administrator): <%= user.email %> <% if (!user.active) { %> 激活账号 <% } %> <% } %>
最近发布话题
<% if (locals.recent_topics && recent_topics.length > 0) { %> <%- partial('topic/abstract', { collection: recent_topics, as: 'topic' }) %> <% } else { %>

无话题

<% } %>
最近参与话题
<% if (locals.recent_replies && recent_replies.length > 0) { %> <%- partial('topic/abstract', { collection: recent_replies, as: 'topic' }) %> <% } else { %>

无话题

<% } %>
<% if (locals.current_user) { %> <% } %>