<% this.title = show_user.username + ' - 用户'; %> <% include header %>
<% if (show_user.allowedEdit) { %> <% } %>
<%= show_user.username %><% if (show_user.nameplate) { %><%- show_user.nameplate %><% } %> <% if (show_user.sex == 1) { %><% } else if (show_user.sex == -1) { %><% } %>

用户名

<%= show_user.username %><% if (show_user.nameplate) { %><%- show_user.nameplate %><% } %>

Email

<%= show_user.email %>

个性签名

<%- show_user.information %>

通过的题目

<% for (let problem of show_user.ac_problems) { %> <%= problem %> <% } %>

统计

帖子

<% if (!show_user.articles.length) { %>该用户从未发表帖子<% } else { %> <% for (let article of show_user.articles) { %> <% } %>
标题 时间
<%= article.title %> <%= syzoj.utils.formatDate(article.public_time) %>
<% } %>
<% include footer %>