<%~loop post_list%>
<%~if post_list_show_checkbox%>
<%else%>
<%~if post_locked%><%set icon_class = 'locked-thread'%>
<%~elsif post_thread_hot%><%set icon_class = 'hot-thread'%>
<%~elsif post_new and new_replies%><%set icon_class = 'new-thread'%>
<%~elsif post_replies == 1%><%set icon_class = 'first-post'%>
<%~elsif post_replies%><%set icon_class = 'thread'%>
<%~else%><%set icon_class = 'single-thread'%><%endif%>
<%~endif%>
<%~set user_id ||= $user_id_fk%>
<%~set include_username_display = $post_username%>
<%include include_username.html%>
<%post_replies%>
<%post_date%>
<%~endloop%>
<%~endif%>