{"includes/top.html"} {"includes/default_headers.html"} {_Thread List_} - {{ board_db.config.title }} {"includes/top_nav_bar.html"} {"includes/board_select.html"} {"includes/board_header.html"} {"includes/page_select.html"} {% if threads :} {% for i, thread in enumerate(threads) :} {% row_class = 'list_row_%s' % ('b' if (i & 1) else 'a') %} {% if thread.head_status == database.PostStatus.UNDELETED :} {:} {:}
{{ thread.updated }} {{ thread.subject if (thread.subject and thread.head_status == database.PostStatus.UNDELETED) else _('Thread %d') % thread.id }} {{ thread.num_posts-1 }} {{ _('reply') if thread.num_posts == 2 else _('replies') }} ({{ thread.num_files }} {{ _('file') if thread.num_files == 1 else _('files') }})
{% post = util.ObjDict(thread_id = thread.id, id = 0, file_meta = thread.head_file_meta) %} {"includes/uploaded_file.html"}
{$ thread.head_comment $}
{: else :}

{_There are no active threads!_}

{:} {"includes/page_select.html"} {"includes/new_thread_form.html"} {"includes/board_select.html"} {"includes/footer.html"}