<%= topic.name %>

<%= topic.description %>

<% if #threads_list == 0 then %>

There are no threads in this topic.

<% else %> <% end %> <% if thread_create_error == ThreadCreateError.OK then %> >New thread <% elseif thread_create_error == ThreadCreateError.GUEST then %>

Your account is still pending confirmation by a moderator. You are not able to create a new thread or post at this time.

<% elseif thread_create_error == ThreadCreateError.LOGGED_OUT then %>

Only logged in users can create threads. ">Sign up or ">log in to create a thread.

<% else %>

This topic is locked.

<% end %> <% if user:is_mod() then %>
">Edit topic
">

<%= "This topic is " .. (ntob(topic.is_locked) and "" or "un") .. "locked." %>

">
<% end %>