{% for index, post in enumerate(thread.posts) :} {% if index == 0 :} {"includes/thread_head.html"} {% if thread.num_posts_omitted :} {% if thread.num_posts_omitted == 1 :} {_1 post hidden_} ({% if thread.num_files_omitted :}{_with file_}{: else :}{_no file_}{:}) » {: else :} {{ _('Posts 1 to %d (%s) hidden') % (thread.num_posts_omitted, '%d %s' % (thread.num_files_omitted, _('file') if thread.num_files_omitted == 1 else _('files'))) }} » {:} {:} {: else :} {"includes/thread_reply.html"} {:} {:} {"includes/thread_footer.html"}