<%! import matsuba.templatetools as tt import extutil import cgi %> <%namespace file="common.html" import="*" /> <%inherit file="base.html" /> <%def name="bodyclass()">backlogpage <%def name="pagetitle()">Thread Index [Return]
Thread Index
% for thread in threads: <% # UGHH snippet = extutil.strip_html((cgi.escape(thread[0].subject) or thread[0].message or cgi.escape(thread[0].short_basename or '') or 'No.%d' % thread.id), 50) fc = tt.filecount(thread) lastpost = thread[-1] %> % endfor
Subject Last post by Time Post ID
${snippet|h} (${thread.length}${('/%d' % fc if fc else '')}) ${(sticky_icon() if thread.sticky else '')} ${post_name_label(lastpost)} ${post_timestamp_label(lastpost, 'tiny-n')}