<% if infobox then %> <% render("views.common.infobox", infobox) %> <% end %> <% if #topic_list == 0 then %>

There are no topics.

<% else %> <% for _, topic in ipairs(topic_list) do %> <% local is_locked = ntob(topic.is_locked) %>
><%= topic.name %> <%= topic.description %> <% if topic.latest_thread_username then %> Latest thread: "><%= topic.latest_thread_title %> by "><%= topic.latest_thread_username %> on <%= os.date("%c", topic.latest_thread_created_at) %> <% else %> No threads yet. <% end %>
<% if is_locked then -%> <% render("svg-icons.lock") %> Locked <% end -%>
<% end %> <% end %>