{"includes/top.html"} {"includes/default_headers.html"}
{{ 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 $}
|
{_There are no active threads!_}
{:} {"includes/page_select.html"} {"includes/new_thread_form.html"} {"includes/board_select.html"} {"includes/footer.html"}