<%! import matsuba.templatetools as tt import extutil import cgi %> <%namespace file="common.html" import="*" /> <%inherit file="base.html" /> <%def name="bodyclass()">backlogpage

${board.title}

% for n, thread in enumerate(threads): % endfor
NumTitlePostsLast postFile size
${n + 1}: % if thread.subject: ${thread.subject|h} % elif thread[0].message: ${extutil.strip_html(thread[0].message, 50)|h} % elif thread[0].extrainfo: ${thread[0].extrainfo.split(',')[0]|h} % endif ${thread.length} ${extutil.format_timestamp(thread[-1].time, '2ch')} ${extutil.format_filesize(thread.get_text_size())}