<%= user.name %>

-
<% if (user.url) { %>
-
<%= user.url %>
<% } %>
<% if (user.location) { %>
-
<%= user.location %>
<% } %>
<% if (user.weibo) { %>
-
<%= user.weibo %>
<% } %>
<%= user.profile %>
<% } %>于 <%= 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 { %>
无话题