<% 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 %><% } %>

昵称

<%= show_user.nickname %>
<% if (show_user.emailVisible) { %>

Email

<%= show_user.email %>
<% } %>

个性签名

<%- show_user.information %>

注册于

<%= syzoj.utils.formatDate(show_user.register_time) %>

通过的题目

<% 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) %>
<% } %>

比赛

<% for (const history of ratingHistories) { %> <% } %>
比赛 名次 积分
<%= history.contestName %> <%= history.rank != null ? history.rank + " / " + history.participants : '' %> <%= history.value %> <% if(history.delta != null) { %> (<%= (history.delta < 0 ? '' : '+') + history.delta %>) <% } %>
<% include footer %>