<% local is_locked = ntob(thread.is_locked) %>
<% for i, post in ipairs(posts) do %> <% render("views.threads.post", {post = post, is_latest = i == #posts}) %> <% end %>
<% if is_locked then -%> <% render("views.common.infobox", {kind = constants.InfoboxKind.LOCK, msg = "This thread is locked."}) %> <% end -%> <% if not me:is_guest() and not is_locked then %>

Respond to "<%= thread.title %>"


<% end %>