<% this.title = '讨论' %> <% include header %>
<% if (in_problems) { %> 全局板块 <% } else { %> <% if (problem) { %> 返回题目 <% } else { %> 题目板块 <% } %> <% if (articles.length && user) { %> 发帖 <% } %> <% } %>
<% if (articles.length) { %> <% if (in_problems) { %> <% } %> <% for (let article of articles) { %> <% if (in_problems) { %> <% } %> <% } %>
标题所属题目作者 回复数 最新回复
<%= article.title %><%= article.problem.title %><%= article.user.username %><% if (article.user.nameplate) { %><%- article.user.nameplate %><% } %> <%= article.comments_num %> <%= syzoj.utils.formatDate(article.sort_time) %>

<% include page %> <% } else { %>
暂无讨论
<% if (!in_problems && user) { %> 发帖 <% } %>
<% } %>
<% include footer %>